Change-Id: If43818e854e69ab756f4e96a05fce664e28262a5 Former-commit-id:3447a3726b
[formerlydb2e3cd9bb
] [formerlyfdf3ac7897
[formerly 95df3d38914f451471f10d6095ad2bc6badbab72]] Former-commit-id:fdf3ac7897
Former-commit-id:085058e788
16 lines
No EOL
935 B
XML
16 lines
No EOL
935 B
XML
<beans xmlns="http://www.springframework.org/schema/beans"
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:util="http://www.springframework.org/schema/util"
|
|
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.5.xsd
|
|
http://www.springframework.org/schema/util
|
|
http://www.springframework.org/schema/util/spring-util-2.5.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> |