Former-commit-id:33bc5fd816
[formerly83e9157df7
] [formerly328c6dccad
[formerly bd9eec1d4e6fd843c7bb594b8adb882d72edc6cf]] Former-commit-id:328c6dccad
Former-commit-id:47cc08ac79
13 lines
No EOL
606 B
XML
13 lines
No EOL
606 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 value="com.raytheon.uf.common.dataaccess.geom.IGeometryRequest"/>
|
|
<constructor-arg ref="hydroDataFactory"/>
|
|
</bean>
|
|
|
|
</beans> |