blob: e3c32d5fda0ef71eaa14d08e0bce73ea4226f813 [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"/>
<bean id="Download" class="org.apache.oodt.cas.protocol.action.DownloadAction"/>
<bean id="GetSupportedFactories" class="org.apache.oodt.cas.protocol.action.GetSupportedFactoriesAction"/>
<bean id="CrossProtocolTransfer" class="org.apache.oodt.cas.protocol.action.CrossProtocolTransferAction">
<property name="verifierFactory" ref="BasicVerifier"/>
</bean>
<bean id="BasicVerifier" class="org.apache.oodt.cas.protocol.verify.BasicProtocolVerifierFactory"/>
</beans>