awips2/cave/com.raytheon.uf.viz.npp.viirs/res/spring/viirs-datacube-spring.xml
2017-04-21 18:33:55 -06:00

13 lines
No EOL
536 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">
<bean id="viirsDataCubeAdapter" class="com.raytheon.uf.viz.npp.viirs.data.VIIRSDataCubeAdapter" />
<bean id="viirsDataCubeAdapterRegistered"
factory-bean="dataCubeAdapterRegistry"
factory-method="registerAdapter">
<constructor-arg ref="viirsDataCubeAdapter" />
</bean>
</beans>