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

META-INF.spring.route-context.xml Maven / Gradle / Ivy

<beans xmlns="http://www.springframework.org/schema/beans"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xmlns:camel-osgi="http://camel.apache.org/schema/osgi" 
    xmlns:camel-spring="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/osgi 
http://camel.apache.org/schema/osgi/camel-osgi.xsd
http://camel.apache.org/schema/spring 
http://camel.apache.org/schema/spring/camel-spring.xsd">

    <camel-osgi:camelContext id="camelContext">
        <camel-spring:routeBuilder ref="routeBuilderIti14"/>
        <camel-spring:routeBuilder ref="routeBuilderIti15"/>
        <camel-spring:routeBuilder ref="routeBuilderIti17"/>
        <camel-spring:routeBuilder ref="routeBuilderIti62"/>
    </camel-osgi:camelContext >

    <bean id="routeBuilderIti14"
        class="org.openehealth.ipf.tutorials.osgi.ihe.xds.iti14.route.GroovyRouteBuilder">
    </bean>

    <bean id="routeBuilderIti15"
        class="org.openehealth.ipf.tutorials.osgi.ihe.xds.iti15.route.GroovyRouteBuilder">
    </bean>

    <bean id="routeBuilderIti62"
          class="org.openehealth.ipf.tutorials.osgi.ihe.xds.iti62.route.GroovyRouteBuilder">
    </bean>

    <bean id="routeBuilderIti17"
        class="org.openehealth.ipf.tutorials.osgi.ihe.xds.iti17.route.GroovyRouteBuilder">
    </bean>

    <bean id="iti17Servlet"
        class="org.openehealth.ipf.platform.camel.ihe.xds.iti17.Iti17Servlet">
        <property name="context" ref="camelContext" />
    </bean>
</beans>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy