Former-commit-id:cc48fa4fc6
[formerlyb80782b081
] [formerly53adfb7345
[formerly 2bdf04a09ff6a145eb73f5ad5c1e5140c8a3e0d0]] Former-commit-id:53adfb7345
Former-commit-id:dee1480773
10 lines
No EOL
582 B
XML
10 lines
No EOL
582 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" />
|
|
|
|
</beans> |