awips2/edexOsgi/com.raytheon.uf.edex.alertviz/res/spring/alertviz-request.xml
2022-05-05 12:34:50 -05:00

11 lines
No EOL
561 B
XML

<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans.xsd">
<!-- Instantiate the handler class for AlertVizRequest Handler -->
<bean id="alertVizHandler" class="com.raytheon.uf.edex.alertviz.handler.AlertVizRequestHandler"/>
<bean id="initializeAlertMonitorsHandler" class="com.raytheon.uf.edex.alertviz.handler.InitializeAlertMonitorsHandler"/>
</beans>