org.springframework.integration.sftp.config
Class SftpInboundChannelAdapterParser

java.lang.Object
  extended by org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
      extended by org.springframework.integration.config.xml.AbstractChannelAdapterParser
          extended by org.springframework.integration.config.xml.AbstractPollingInboundChannelAdapterParser
              extended by org.springframework.integration.file.config.AbstractRemoteFileInboundChannelAdapterParser
                  extended by org.springframework.integration.sftp.config.SftpInboundChannelAdapterParser
All Implemented Interfaces:
BeanDefinitionParser

public class SftpInboundChannelAdapterParser
extends AbstractRemoteFileInboundChannelAdapterParser

Parser for 'sftp:inbound-channel-adapter'

Since:
2.0

Field Summary
 
Fields inherited from class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
ID_ATTRIBUTE, NAME_ATTRIBUTE
 
Constructor Summary
SftpInboundChannelAdapterParser()
           
 
Method Summary
protected  java.lang.String getInboundFileSynchronizerClassname()
           
protected  java.lang.String getMessageSourceClassname()
           
protected  java.lang.String getRegexPatternFileListFilterClassname()
           
protected  java.lang.String getSimplePatternFileListFilterClassname()
           
 
Methods inherited from class org.springframework.integration.file.config.AbstractRemoteFileInboundChannelAdapterParser
parseSource
 
Methods inherited from class org.springframework.integration.config.xml.AbstractPollingInboundChannelAdapterParser
doParse
 
Methods inherited from class org.springframework.integration.config.xml.AbstractChannelAdapterParser
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

SftpInboundChannelAdapterParser

public SftpInboundChannelAdapterParser()
Method Detail

getMessageSourceClassname

protected java.lang.String getMessageSourceClassname()
Specified by:
getMessageSourceClassname in class AbstractRemoteFileInboundChannelAdapterParser

getInboundFileSynchronizerClassname

protected java.lang.String getInboundFileSynchronizerClassname()
Specified by:
getInboundFileSynchronizerClassname in class AbstractRemoteFileInboundChannelAdapterParser

getSimplePatternFileListFilterClassname

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

getRegexPatternFileListFilterClassname

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