| <?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> |