Former-commit-id:d66ad2f77b
[formerlyd0752de66c
] [formerlya46e33f06e
[formerly 75e7c2a9423a7caa7f97143fa871be6d0ffe34bb]] Former-commit-id:a46e33f06e
Former-commit-id:30d38334cc
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> |