awips2/edexOsgi/com.raytheon.uf.edex.plugin.manualIngest/res/spring/manualIngest-common.xml
2017-04-21 18:33:55 -06:00

7 lines
No EOL
440 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-3.1.xsd">
<bean id="manualProc" class="com.raytheon.uf.edex.plugin.manualIngest.MessageGenerator" factory-method="getInstance">
<property name="ingestRoute" value="manualFilePush"/>
</bean>
</beans>