Change-Id: I5942d35c77eaa0232147581381e1ff96c690cc03 Former-commit-id: 00fcd53e94c1ff71d65c42b5f7644f653a1fd179
12 lines
No EOL
753 B
XML
12 lines
No EOL
753 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
|
|
http://camel.apache.org/schema/spring http://camel.apache.org/schema/spring/camel-spring.xsd">
|
|
|
|
<!-- This should be moved to a grid OGC plugin when one exists -->
|
|
<bean factory-bean="metadataAdapterRegistry" factory-method="register">
|
|
<constructor-arg value="com.raytheon.uf.common.dataplugin.grid.GridRecord" />
|
|
<constructor-arg value="com.raytheon.uf.edex.datadelivery.retrieval.metadata.adapters.GridMetadataAdapter" type="java.lang.Class" />
|
|
</bean>
|
|
|
|
</beans> |