awips2/edexOsgi/com.raytheon.uf.edex.alertviz/res/spring/alertviz-request.xml
2014-04-30 19:22:58 -06:00

13 lines
No EOL
696 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-3.1.xsd">
<!-- Instantiate the handler class for AlertVizRequest Handler -->
<bean id="alertVizHandler" class="com.raytheon.uf.edex.alertviz.handler.AlertVizRequestHandler"/>
<!-- Register the handler class with the AlertViz Register. -->
<bean factory-bean="handlerRegistry" factory-method="register">
<constructor-arg value="com.raytheon.uf.common.alertviz.AlertVizRequest"/>
<constructor-arg ref="alertVizHandler"/>
</bean>
</beans>