2013-01-07 12:16:01 -06:00
|
|
|
<beans xmlns="http://www.springframework.org/schema/beans"
|
2013-05-23 11:12:49 -05:00
|
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
2013-05-29 16:19:28 -05:00
|
|
|
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.1.xsd">
|
2013-01-07 12:16:01 -06:00
|
|
|
|
2014-08-26 11:32:20 -05:00
|
|
|
<!-- EBXML does not include edex.xml spring where handlerRegistry is defined -->
|
|
|
|
<bean id="handlerRegistry" class="com.raytheon.uf.edex.requestsrv.HandlerRegistry" factory-method="getInstance"/>
|
2013-01-07 12:16:01 -06:00
|
|
|
|
|
|
|
<bean factory-bean="handlerRegistry" factory-method="register">
|
|
|
|
<constructor-arg value="com.raytheon.uf.common.registry.IRegistryRequest"/>
|
2013-03-18 11:49:17 -05:00
|
|
|
<constructor-arg ref="edexRegistryManager"/>
|
2014-06-06 14:34:51 -05:00
|
|
|
</bean>
|
2013-01-07 12:16:01 -06:00
|
|
|
|
|
|
|
</beans>
|