awips2/edexOsgi/com.raytheon.uf.edex.plugin.text.dbsrv/res/spring/text-dbsrv-common.xml
Tim Jensen 2a5b0ed793 Omaha #4562: Isolate simple text product decoding
Change-Id: I002bc67d0906b254a131f8a4f2d98d83555926c4

Former-commit-id: cd9fe9fed89fd732f5f904a3a7df9be544d01488
2016-01-21 14:21:15 -06:00

19 lines
No EOL
796 B
XML

<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-3.1.xsd
http://camel.apache.org/schema/spring http://camel.apache.org/schema/spring/camel-spring.xsd">
<bean id="textdbsrv" class="com.raytheon.uf.edex.plugin.text.dbsrv.TextDBSrv" />
<camelContext id="common-dbsrv-camel"
xmlns="http://camel.apache.org/schema/spring"
errorHandlerRef="errorHandler">
<route id="textdbsrvinternal">
<from uri="direct-vm:int.textdb.request" />
<bean ref="textdbsrv" method="processMessage" />
</route>
</camelContext>
</beans>