Spring Integration

org.springframework.integration.ftp.config
Class FtpOutboundGatewayParser

java.lang.Object
  extended by org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
      extended by org.springframework.integration.config.xml.AbstractConsumerEndpointParser
          extended by org.springframework.integration.file.config.AbstractRemoteFileOutboundGatewayParser
              extended by org.springframework.integration.ftp.config.FtpOutboundGatewayParser
All Implemented Interfaces:
org.springframework.beans.factory.xml.BeanDefinitionParser

public class FtpOutboundGatewayParser
extends AbstractRemoteFileOutboundGatewayParser

Since:
2.1
Author:
Gary Russell

Field Summary
 
Fields inherited from class org.springframework.integration.config.xml.AbstractConsumerEndpointParser
EXPRESSION_ATTRIBUTE, METHOD_ATTRIBUTE, REF_ATTRIBUTE
 
Fields inherited from class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
ID_ATTRIBUTE, NAME_ATTRIBUTE
 
Constructor Summary
FtpOutboundGatewayParser()
           
 
Method Summary
 java.lang.String getGatewayClassName()
           
protected  java.lang.String getRegexPatternFileListFilterClassname()
           
protected  java.lang.String getSimplePatternFileListFilterClassname()
           
 
Methods inherited from class org.springframework.integration.file.config.AbstractRemoteFileOutboundGatewayParser
configureFilter, getInputChannelAttributeName, parseHandler
 
Methods inherited from class org.springframework.integration.config.xml.AbstractConsumerEndpointParser
parseInternal, shouldGenerateId, shouldGenerateIdAsFallback
 
Methods inherited from class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
parse, postProcessComponentDefinition, registerBeanDefinition, resolveId, shouldFireEvents
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FtpOutboundGatewayParser

public FtpOutboundGatewayParser()
Method Detail

getGatewayClassName

public java.lang.String getGatewayClassName()
Specified by:
getGatewayClassName in class AbstractRemoteFileOutboundGatewayParser

getSimplePatternFileListFilterClassname

protected java.lang.String getSimplePatternFileListFilterClassname()
Specified by:
getSimplePatternFileListFilterClassname in class AbstractRemoteFileOutboundGatewayParser

getRegexPatternFileListFilterClassname

protected java.lang.String getRegexPatternFileListFilterClassname()
Specified by:
getRegexPatternFileListFilterClassname in class AbstractRemoteFileOutboundGatewayParser

Spring Integration