spring mvc - how to integration camel-ftp in spring4 mvc use xml configure way -
how integration camel-ftp in spring4 mvc use xml configure way how integration camel-ftp in spring4 mvc use xml configure way how integration camel-ftp in spring4 mvc use xml configure way
<?xml version="1.0" encoding="utf-8"?> <!-- start snippet: e1 --> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/xmlschema-instance" xmlns:camel="http://camel.apache.org/schema/spring" xsi:schemalocation=" http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd http://camel.apache.org/schema/spring http://camel.apache.org/schema/spring/camel-spring.xsd"> <!-- end snippet: e1 --> <camelcontext id="camelcontext" xmlns="http://camel.apache.org/schema/spring"> <package>com.upgrade.ftp</package> </camelcontext> <camel:camelcontext id="camelcontext"> <camel:template id="cameltemplate"/> </camel:camelcontext> </beans>
Comments
Post a Comment