awips2/edexOsgi/com.raytheon.uf.common.dataplugin.gfe/res/spring/gfe-dataaccess-common.xml
2022-05-05 12:34:50 -05:00

20 lines
No EOL
843 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.xsd">
<bean id="gfeGridFactory" class="com.raytheon.uf.common.dataplugin.gfe.dataaccess.GFEGridFactory" />
<bean factory-bean="dataAccessRegistry" factory-method="register">
<constructor-arg value="gfe"/>
<constructor-arg ref="gfeGridFactory"/>
</bean>
<bean id="gfeEditAreaFactory" class="com.raytheon.uf.common.dataplugin.gfe.dataaccess.GFEEditAreaGeometryFactory" />
<bean factory-bean="dataAccessRegistry" factory-method="register">
<constructor-arg value="gfeEditArea"/>
<constructor-arg ref="gfeEditAreaFactory"/>
</bean>
</beans>