Change-Id: I3b24ae8696ded86d8157a092eeff81cc45a2f291 Former-commit-id: ec1b81d28c4b418fada53c684e78d397fee9b97d
12 lines
No EOL
641 B
XML
12 lines
No EOL
641 B
XML
<beans xmlns="http://www.springframework.org/schema/beans"
|
|
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">
|
|
|
|
<bean id="registrySubscriptionManagerInvoker"
|
|
class="com.raytheon.uf.edex.registry.ebxml.dao.EsbRouteRegistrySubscriptionManagerInvocation" />
|
|
|
|
<bean id="registryObjectReferenceValidator" class="com.raytheon.uf.edex.registry.ebxml.services.validator.LocalServerRegistryObjectReferenceValidator">
|
|
<property name="registryObjectDao" ref="registryObjectDao" />
|
|
</bean>
|
|
|
|
</beans> |