awips2/edexOsgi/com.raytheon.uf.edex.plugin.npp.crimss/res/spring/crimss-common.xml
Steve Harris 2c82d9cb07 12.11.1-4 baseline
Former-commit-id: 98171b5de9 [formerly d3497e47eb] [formerly 6958b861f0 [formerly dddf20c9518c578d1bebd0b5e01b10c5080fd24e]]
Former-commit-id: 6958b861f0
Former-commit-id: cbbdb231ce
2012-10-16 13:27:07 -05:00

21 lines
No EOL
1.1 KiB
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
http://camel.apache.org/schema/spring http://camel.apache.org/schema/spring/camel-spring.xsd">
<bean id="crimssPluginName" class="java.lang.String">
<constructor-arg type="java.lang.String" value="crimss" />
</bean>
<bean id="crimssProperties" class="com.raytheon.uf.common.dataplugin.PluginProperties">
<property name="pluginName" ref="crimssPluginName" />
<property name="pluginFQN" value="com.raytheon.uf.common.dataplugin.npp.crimss" />
<property name="dao" value="com.raytheon.uf.edex.plugin.npp.crimss.dao.CrimssDao" />
<property name="record" value="com.raytheon.uf.common.dataplugin.npp.crimss.CrimssRecord" />
</bean>
<bean factory-bean="pluginRegistry" factory-method="register">
<constructor-arg ref="crimssPluginName"/>
<constructor-arg ref="crimssProperties"/>
</bean>
</beans>