Spring Integration

org.springframework.integration.sftp.config
Class SftpOutboundGatewayParser

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.sftp.config.SftpOutboundGatewayParser
All Implemented Interfaces:
org.springframework.beans.factory.xml.BeanDefinitionParser

public class SftpOutboundGatewayParser
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
SftpOutboundGatewayParser()
           
 
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, resolveId
 
Methods inherited from class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
parse, postProcessComponentDefinition, registerBeanDefinition, shouldFireEvents, shouldGenerateId, shouldGenerateIdAsFallback
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SftpOutboundGatewayParser

public SftpOutboundGatewayParser()
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