2012-01-06 08:55:05 -06:00
|
|
|
<beans xmlns="http://www.springframework.org/schema/beans"
|
2013-05-23 11:12:49 -05:00
|
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
2013-05-29 16:19:28 -05:00
|
|
|
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.1.xsd">
|
2012-01-06 08:55:05 -06:00
|
|
|
|
|
|
|
<bean id="bufrquikscatPluginName" class="java.lang.String">
|
|
|
|
<constructor-arg type="java.lang.String" value="bufrquikscat" />
|
|
|
|
</bean>
|
|
|
|
|
|
|
|
<bean id="bufrquikscatProperties" class="com.raytheon.uf.common.dataplugin.PluginProperties">
|
|
|
|
<property name="pluginName" ref="bufrquikscatPluginName" />
|
|
|
|
<property name="pluginFQN" value="com.raytheon.uf.common.dataplugin.bufrquikscat" />
|
2013-08-12 15:41:39 -05:00
|
|
|
<property name="dao" value="com.raytheon.uf.edex.plugin.bufrquikscat.QUIKScatObsDao" />
|
2012-01-06 08:55:05 -06:00
|
|
|
<property name="record" value="com.raytheon.uf.common.dataplugin.bufrquikscat.QUIKScatObs" />
|
|
|
|
</bean>
|
|
|
|
|
|
|
|
<bean factory-bean="pluginRegistry" factory-method="register">
|
|
|
|
<constructor-arg value="bufrquikscat"/>
|
|
|
|
<constructor-arg ref="bufrquikscatProperties"/>
|
|
|
|
</bean>
|
|
|
|
|
|
|
|
</beans>
|