awips2/ncep/gov.noaa.nws.ncep.edex.plugin.intlsigmet/res/spring/intlsigmet-common.xml
Matt Nash 1b128de135 Moving 12.1.1 into ss_sync
Former-commit-id: 6bcbc7d8ef [formerly d8da2252c3] [formerly 580e2938d7] [formerly 580e2938d7 [formerly 66be3bec40]] [formerly 6bcbc7d8ef [formerly d8da2252c3] [formerly 580e2938d7] [formerly 580e2938d7 [formerly 66be3bec40]] [formerly c83e5ff474 [formerly 580e2938d7 [formerly 66be3bec40] [formerly c83e5ff474 [formerly 2a9569942c48542cf708b6c0b9189146fd954c11]]]]]
Former-commit-id: c83e5ff474
Former-commit-id: 50944163ba [formerly fa4cd88c90] [formerly 82300ccdcf] [formerly bcc32c10bc [formerly 21d2361f00] [formerly 82300ccdcf [formerly 1faae42484]]]
Former-commit-id: bcc32c10bc [formerly 21d2361f00]
Former-commit-id: bcc32c10bc
Former-commit-id: 515196cb86
2012-01-19 11:53:12 -06: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>