Change-Id: I12ea0a06f9ce941d77f5a4c0b2d7617f07550640 Former-commit-id:5f787b6a6b
[formerly4be2aa88c7
] [formerly5f787b6a6b
[formerly4be2aa88c7
] [formerly0132d35871
[formerly 20f41b849a468c968e866fc84ec9e50c13773f2b]]] Former-commit-id:0132d35871
Former-commit-id:d1c3a0c1eb
[formerly174d8ad029
] Former-commit-id:90dc005f25
14 lines
No EOL
842 B
XML
14 lines
No EOL
842 B
XML
<beans xmlns="http://www.springframework.org/schema/beans"
|
|
xmlns:amq="http://activemq.apache.org/schema/core" 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-2.0.xsd
|
|
http://activemq.apache.org/schema/core http://activemq.apache.org/schema/core/activemq-core.xsd
|
|
http://camel.apache.org/schema/spring http://camel.apache.org/schema/spring/camel-spring.xsd">
|
|
|
|
<bean id="gridDataQueryHandler" class="com.raytheon.edex.plugin.grib.handler.GridDataHandler" />
|
|
|
|
<bean factory-bean="handlerRegistry" factory-method="register">
|
|
<constructor-arg value="com.raytheon.uf.common.dataplugin.grib.request.GridDataRequestMessage"/>
|
|
<constructor-arg ref="gridDataQueryHandler"/>
|
|
</bean>
|
|
|
|
</beans> |