blob: 5daa6b89074e8c65608d45fb6af6d310ccee271a [file] [log] [blame]
<?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="http" class="org.apache.oodt.cas.protocol.MockProtocolFactory">
<property name="schema" value="http"/>
</bean>
</beans>