Change-Id: If8d9c18108ca244b044b1ddc5a80e9e5de623c7a Former-commit-id:06ddb6cce7
[formerly1b1d00f8a9
] [formerly36909dd6c0
[formerly 1d3f9e0d5b32f96fc4eff47f040d5eb159a38d3c]] Former-commit-id:36909dd6c0
Former-commit-id:4400265394
11 lines
No EOL
588 B
XML
11 lines
No EOL
588 B
XML
<beans
|
|
xmlns="http://www.springframework.org/schema/beans"
|
|
xmlns:amq="http://activemq.apache.org/schema/core"
|
|
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-2.0.xsd
|
|
http://camel.apache.org/schema/spring http://camel.apache.org/schema/spring/camel-spring.xsd">
|
|
<bean id="logHandler" class="com.raytheon.uf.edex.event.handler.LogHandler"/>
|
|
|
|
<bean id="statsPublishHandler" class="com.raytheon.uf.edex.event.handler.StatsHandler"/>
|
|
</beans> |