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

  <!-- Extension mechanism configurers and post processor -->
  <bean id="customMappingsConfigurer" 
      class="org.openehealth.ipf.commons.spring.map.config.CustomMappingsConfigurer">
      <property name="mappingService" ref="bidiMappingService" />
  </bean>

  <bean id="customRouteBuilderConfigurer"
        class="org.openehealth.ipf.platform.camel.core.config.CustomRouteBuilderConfigurer">
    <property name="camelContext" ref="camelContext" />
  </bean>

  <bean id="customExtensionModuleConfigurer"
        class="org.openehealth.ipf.commons.core.extend.config.DynamicExtensionConfigurer" />
    
  <bean id="postProcessor" 
        class="org.openehealth.ipf.commons.spring.core.config.SpringConfigurationPostProcessor">
    <property name="springConfigurers" >
      <list>
        <ref bean="customMappingsConfigurer" />
        <ref bean="customRouteBuilderConfigurer" />
        <ref bean="customExtensionModuleConfigurer" />
      </list>
    </property>
  </bean>    
</beans>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy