asan-sample-ftp.1.5.1.source-code.exclusion-flow-conf.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ikasan-sample-ftp Show documentation
Show all versions of ikasan-sample-ftp Show documentation
Describe the purpose of this Integration Module
The newest version!
<?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation=" http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-4.2.xsd"> <!-- ================================================================== --> <!-- Exclusion Flow from Head Element --> <!-- ================================================================== --> <bean id="exclusionProducerFlowElement" class="org.ikasan.builder.FlowElementFactory"> <property name="name" value="Exclusion Logger"/> <property name="component" ref="exclusionEventProducer"/> </bean> <bean id="exclusionEventProducer" class="org.ikasan.component.endpoint.util.producer.LogProducer" /> </beans>