Change-Id: I45a5a855f81c975a8a13d73f18ab9de3ddecf7cd Former-commit-id:804f526206
[formerlydef0464898
] [formerlyb9f317bbd0
[formerly ca2f288876b80fe5e491f335fb6b22b20a468fca]] Former-commit-id:b9f317bbd0
Former-commit-id:15f96b75a5
15 lines
No EOL
807 B
XML
15 lines
No EOL
807 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="eventPublishHandler" class="com.raytheon.uf.edex.event.handler.EventPublishHandler"/>
|
|
<bean factory-bean="handlerRegistry" factory-method="register">
|
|
<constructor-arg value="com.raytheon.uf.common.event.EventPublishRequest"/>
|
|
<constructor-arg ref="eventPublishHandler"/>
|
|
</bean>
|
|
</beans> |