Class FtpInboundChannelAdapterParser

java.lang.Object
org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
org.springframework.integration.config.xml.AbstractChannelAdapterParser
org.springframework.integration.config.xml.AbstractPollingInboundChannelAdapterParser
org.springframework.integration.file.config.AbstractRemoteFileInboundChannelAdapterParser
org.springframework.integration.ftp.config.FtpInboundChannelAdapterParser
All Implemented Interfaces:
org.springframework.beans.factory.xml.BeanDefinitionParser

public class FtpInboundChannelAdapterParser extends org.springframework.integration.file.config.AbstractRemoteFileInboundChannelAdapterParser
Parser for the FTP 'inbound-channel-adapter' element.
Since:
2.0
  • Field Summary

    Fields inherited from class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser

    ID_ATTRIBUTE, NAME_ATTRIBUTE
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected Class<? extends org.springframework.integration.file.remote.synchronizer.InboundFileSynchronizer>
     
    protected String
     
    protected Class<? extends org.springframework.integration.file.filters.AbstractPersistentAcceptOnceFileListFilter<?>>
     
    protected Class<? extends org.springframework.integration.file.filters.FileListFilter<?>>
     
    protected Class<? extends org.springframework.integration.file.filters.FileListFilter<?>>
     

    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, shouldParseNameAsAliases

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • FtpInboundChannelAdapterParser

      public FtpInboundChannelAdapterParser()
  • Method Details

    • getMessageSourceClassname

      protected String getMessageSourceClassname()
      Specified by:
      getMessageSourceClassname in class org.springframework.integration.file.config.AbstractRemoteFileInboundChannelAdapterParser
    • getInboundFileSynchronizerClass

      protected Class<? extends org.springframework.integration.file.remote.synchronizer.InboundFileSynchronizer> getInboundFileSynchronizerClass()
      Specified by:
      getInboundFileSynchronizerClass in class org.springframework.integration.file.config.AbstractRemoteFileInboundChannelAdapterParser
    • getSimplePatternFileListFilterClass

      protected Class<? extends org.springframework.integration.file.filters.FileListFilter<?>> getSimplePatternFileListFilterClass()
      Specified by:
      getSimplePatternFileListFilterClass in class org.springframework.integration.file.config.AbstractRemoteFileInboundChannelAdapterParser
    • getRegexPatternFileListFilterClass

      protected Class<? extends org.springframework.integration.file.filters.FileListFilter<?>> getRegexPatternFileListFilterClass()
      Specified by:
      getRegexPatternFileListFilterClass in class org.springframework.integration.file.config.AbstractRemoteFileInboundChannelAdapterParser
    • getPersistentAcceptOnceFileListFilterClass

      protected Class<? extends org.springframework.integration.file.filters.AbstractPersistentAcceptOnceFileListFilter<?>> getPersistentAcceptOnceFileListFilterClass()
      Specified by:
      getPersistentAcceptOnceFileListFilterClass in class org.springframework.integration.file.config.AbstractRemoteFileInboundChannelAdapterParser