awips2/edexOsgi/com.raytheon.uf.common.hydro/res/spring/hydro-common.xml
Ben Steffensmeier 1393f3e3cf Issue #1614 Refactor data access framework to use single request.
Change-Id: Id3ed7afcf79dfb2ddeca1d9c2b632f90cc44d798

Former-commit-id: 5a9ae7df15633492b0d9fb648876cfb2bb2946b6
2013-02-15 11:39:56 -06:00

12 lines
No EOL
521 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-2.0.xsd">
<bean id="hydroDataFactory" class="com.raytheon.uf.common.hydro.dataaccess.HydroGeometryFactory" />
<bean factory-bean="dataAccessRegistry" factory-method="register">
<constructor-arg value="ihfsData"/>
<constructor-arg ref="hydroDataFactory"/>
</bean>
</beans>