2017-04-21 18:33:55 -06:00
|
|
|
<beans xmlns="http://www.springframework.org/schema/beans"
|
|
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
2018-06-20 17:39:08 -06:00
|
|
|
xsi:schemaLocation="http://www.springframework.org/schema/beans
|
|
|
|
http://www.springframework.org/schema/beans/spring-beans.xsd">
|
2017-04-21 18:33:55 -06:00
|
|
|
|
2018-06-20 17:39:08 -06:00
|
|
|
<bean id="subscriptionRequestHandler" class="com.raytheon.uf.edex.plugin.text.subscription.services.SubscriptionRequestHandler" />
|
2017-04-21 18:33:55 -06:00
|
|
|
|
2017-09-20 16:28:36 -06:00
|
|
|
</beans>
|