awips2/ncep/gov.noaa.nws.ncep.edex.plugin.intlsigmet/res/spring/intlsigmet-common.xml
Steve Harris 0c25458510 12.4.1-10 baseline
Former-commit-id: 4bfbdad17d [formerly 9f8cb727a5] [formerly 4bfbdad17d [formerly 9f8cb727a5] [formerly 8485b90ff8 [formerly bf53d06834caa780226121334ac1bcf0534c3f16]]]
Former-commit-id: 8485b90ff8
Former-commit-id: 33a67cdd82 [formerly a28d70b5c5]
Former-commit-id: e5543a0e86
2012-05-01 18:06:13 -05:00

26 lines
No EOL
1.3 KiB
XML
Executable file

<beans
xmlns="http://www.springframework.org/schema/beans"
xmlns:amq="http://activemq.apache.org/schema/core"
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
http://activemq.apache.org/schema/core http://activemq.apache.org/schema/core/activemq-core.xsd
http://camel.apache.org/schema/spring http://camel.apache.org/schema/spring/camel-spring.xsd">
<bean id="intlsigmetPluginName" class="java.lang.String">
<constructor-arg type="java.lang.String" value="intlsigmet" />
</bean>
<bean id="intlsigmetProperties" class="com.raytheon.uf.common.dataplugin.PluginProperties">
<property name="pluginName" ref="intlsigmetPluginName" />
<property name="pluginFQN" value="gov.noaa.nws.ncep.common.dataplugin.intlsigmet" />
<property name="dao" value="gov.noaa.nws.ncep.common.dataplugin.intlsigmet.dao.IntlSigmetDao" />
<property name="record"
value="gov.noaa.nws.ncep.common.dataplugin.intlsigmet.IntlSigmetRecord" />
</bean>
<bean factory-bean="pluginRegistry" factory-method="register">
<constructor-arg ref="intlsigmetPluginName"/>
<constructor-arg ref="intlsigmetProperties"/>
</bean>
</beans>