All Downloads are FREE. Search and download functionalities are using the official Maven repository.

asan-sample-ftp.1.5.1.source-code.module-conf.xml Maven / Gradle / Ivy

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" xmlns:util="http://www.springframework.org/schema/util"
    xsi:schemaLocation="
        http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util-3.1.xsd
        http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-4.2.xsd">

    <bean id="module" class="org.ikasan.builder.ModuleFactory">
        <property name="name"            ref="moduleName" />
        <property name="description"     value="FTP Module providing example usage of FTP producer" />
        <property name="flows">
            <util:list>
                <ref bean="jmsToFtpFlow" />
                <ref bean="ftpToLogFlow" />
            </util:list>
        </property>
    </bean>

</beans>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy