2013-02-07 16:00:39 -06:00
|
|
|
<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" />
|
|
|
|
|
2013-05-13 15:48:33 -05:00
|
|
|
<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>
|
|
|
|
|
2013-02-07 16:00:39 -06:00
|
|
|
</beans>
|