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

th.ipf.tutorials.ipf-tutorials-config.5.0.0.source-code.base-context.xml Maven / Gradle / Ivy

There is a newer version: 5.0-rc2
Show newest version
<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">

  <camel:camelContext id="camelContext" />
  
  <bean id="bidiMappingService"
      class="org.openehealth.ipf.commons.spring.map.SpringBidiMappingService" />

  <bean id="baseRoute"
        class="org.openehealth.ipf.tutorials.config.base.route.SampleRouteBuilder" />

</beans>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy