awips2/cave/com.raytheon.viz.grid/res/spring/grid-datacube-spring.xml

13 lines
524 B
XML
Raw Normal View History

2017-03-14 15:05:59 -05:00
<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="gridDataCubeAdapter" class="com.raytheon.viz.grid.util.GridDataCubeAdapter" />
<bean id="gridDataCubeAdapterRegistered"
factory-bean="dataCubeAdapterRegistry"
factory-method="registerAdapter">
<constructor-arg ref="gridDataCubeAdapter" />
</bean>
</beans>