2013-01-07 12:16:01 -06:00
|
|
|
<beans xmlns="http://www.springframework.org/schema/beans"
|
2013-05-30 09:03:05 -05:00
|
|
|
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">
|
2013-01-07 12:16:01 -06:00
|
|
|
|
2013-04-22 09:48:58 -05:00
|
|
|
<bean id="registrySubscriptionManagerInvoker"
|
|
|
|
class="com.raytheon.uf.edex.registry.ebxml.dao.EsbRouteRegistrySubscriptionManagerInvocation" />
|
2013-04-16 11:30:06 -05:00
|
|
|
|
2013-04-24 13:57:27 -05:00
|
|
|
<bean id="registryObjectReferenceValidator" class="com.raytheon.uf.edex.registry.ebxml.services.validator.LocalServerRegistryObjectReferenceValidator">
|
|
|
|
<property name="registryObjectDao" ref="registryObjectDao" />
|
|
|
|
</bean>
|
|
|
|
|
2014-06-06 14:34:51 -05:00
|
|
|
</beans>
|