awips2/edexOsgi/com.raytheon.uf.edex.plugin.text.subscription/res/spring/text-subscription-request.xml

9 lines
398 B
XML
Raw Normal View History

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
</beans>