Change-Id: I65a53510e3e8f9aba3fc64f011dad0905cde8b26 Former-commit-id:0ac058008d
[formerly463bed7647
] [formerlyefc3c6a2f2
] [formerlyb99a8bc4f9
[formerlyefc3c6a2f2
[formerly 2c5b357da096c9c1e2cd76560d143b8009aaba0f]]] Former-commit-id:b99a8bc4f9
Former-commit-id: 29d324567d73f72efae9e9fed9f02433168147e4 [formerlyb1d66a0450
] Former-commit-id:74d985af51
16 lines
No EOL
785 B
XML
16 lines
No EOL
785 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="subscriptionNotificationService"
|
|
class="com.raytheon.uf.common.datadelivery.service.SendToServerSubscriptionNotificationService" />
|
|
|
|
<bean id="subscriptionDuplicateChecker"
|
|
class="com.raytheon.uf.common.datadelivery.service.subscription.SubscriptionDuplicateChecker" />
|
|
|
|
<bean id="subscriptionOverlapService"
|
|
class="com.raytheon.uf.common.datadelivery.service.subscription.SubscriptionOverlapService">
|
|
<constructor-arg ref="subscriptionDuplicateChecker" />
|
|
</bean>
|
|
|
|
</beans> |