kltp-ei-module-intsvc.2.1.3.source-code.init-dynamic-flows.xml Maven / Gradle / Ivy
<?xml version="1.0" encoding="utf-8"?> <mule xmlns:http="http://www.mulesoft.org/schema/mule/http" xmlns="http://www.mulesoft.org/schema/mule/core" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:spring="http://www.springframework.org/schema/beans" xsi:schemaLocation=" http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-current.xsd http://www.mulesoft.org/schema/mule/core http://www.mulesoft.org/schema/mule/core/current/mule.xsd "> <spring:beans> <!-- Dynamic flows --> <spring:bean id="initializer" class="se.skltp.ei.intsvc.dynamicFlows.Initializer"> <spring:property name="subscriberCache" ref="subscriber-cache-bean"/> <spring:property name="getLogicalAddresseesServiceClient" ref="get-logical-addressees-bean"/> </spring:bean> </spring:beans> </mule>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy