Change-Id: I309694f9477384446658520794e19ca9493473fb Former-commit-id:c236b4e1ad
[formerly817717fe0a
] [formerly85658e7e1d
[formerly ae7ac8a8bfc51d1c7dc3493c8fc036a87772f323]] Former-commit-id:85658e7e1d
Former-commit-id:3c2865bbd7
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> |