blob: 28c0c3486aa0a60b3c3f8b439b15ae0da5105320 [file]
<?xml version="1.0" encoding="UTF-8"?>
<!--
Author: bfoster
Description: ProtocolManager Configuration
-->
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:p="http://www.springframework.org/schema/p"
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.5.xsd">
<bean class="org.apache.oodt.commons.spring.postprocessor.SetIdBeanPostProcessor"/>
<!-- list ProtocolFactories here -->
<bean id="ftp1" class="org.apache.oodt.cas.protocol.MockProtocolFactory">
<property name="schema" value="ftp"/>
</bean>
<bean id="ftp2" class="org.apache.oodt.cas.protocol.MockProtocolFactory">
<property name="schema" value="ftp"/>
</bean>
<bean id="ftp3" class="org.apache.oodt.cas.protocol.MockProtocolFactory">
<property name="schema" value="ftp"/>
</bean>
<bean id="sftp1" class="org.apache.oodt.cas.protocol.MockProtocolFactory">
<property name="schema" value="sftp"/>
</bean>
<bean id="sftp2" class="org.apache.oodt.cas.protocol.MockProtocolFactory">
<property name="schema" value="sftp"/>
</bean>
<bean id="http1" class="org.apache.oodt.cas.protocol.MockProtocolFactory">
<property name="schema" value="http"/>
</bean>
</beans>