Change-Id: I45a5a855f81c975a8a13d73f18ab9de3ddecf7cd Former-commit-id:804f526206
[formerlydef0464898
] [formerlyb9f317bbd0
[formerly ca2f288876b80fe5e491f335fb6b22b20a468fca]] Former-commit-id:b9f317bbd0
Former-commit-id:15f96b75a5
13 lines
718 B
XML
13 lines
718 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="statsGraphDataHandler" class="com.raytheon.uf.edex.stats.handler.GraphDataHandler"/>
|
|
<bean factory-bean="handlerRegistry" factory-method="register">
|
|
<constructor-arg value="com.raytheon.uf.common.stats.GraphDataRequest"/>
|
|
<constructor-arg ref="statsGraphDataHandler"/>
|
|
</bean>
|
|
</beans>
|