Class AbstractRemoteFileInboundChannelAdapterParser
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
- All Implemented Interfaces:
- BeanDefinitionParser
- Direct Known Subclasses:
- FtpInboundChannelAdapterParser,- SftpInboundChannelAdapterParser
public abstract class AbstractRemoteFileInboundChannelAdapterParser extends AbstractPollingInboundChannelAdapterParser
Abstract base class for parsing remote file inbound channel adapters.
- Since:
- 2.0
- Author:
- Oleg Zhurakousky, Mark Fisher, Gary Russell, Artem Bilan, Venil Noronha
- 
Field SummaryFields inherited from class org.springframework.beans.factory.xml.AbstractBeanDefinitionParserID_ATTRIBUTE, NAME_ATTRIBUTE
- 
Constructor SummaryConstructors Constructor Description AbstractRemoteFileInboundChannelAdapterParser()
- 
Method SummaryModifier and Type Method Description protected abstract Class<? extends InboundFileSynchronizer>getInboundFileSynchronizerClass()protected abstract StringgetMessageSourceClassname()protected abstract Class<? extends AbstractPersistentAcceptOnceFileListFilter<?>>getPersistentAcceptOnceFileListFilterClass()protected abstract Class<? extends FileListFilter<?>>getRegexPatternFileListFilterClass()protected abstract Class<? extends FileListFilter<?>>getSimplePatternFileListFilterClass()protected BeanMetadataElementparseSource(Element element, ParserContext parserContext)Subclasses must implement this method to parse the PollableSource instance which the created Channel Adapter will poll.Methods inherited from class org.springframework.integration.config.xml.AbstractPollingInboundChannelAdapterParserdoParseMethods inherited from class org.springframework.integration.config.xml.AbstractChannelAdapterParserparseInternal, resolveIdMethods inherited from class org.springframework.beans.factory.xml.AbstractBeanDefinitionParserparse, postProcessComponentDefinition, registerBeanDefinition, shouldFireEvents, shouldGenerateId, shouldGenerateIdAsFallback, shouldParseNameAsAliases
- 
Constructor Details- 
AbstractRemoteFileInboundChannelAdapterParserpublic AbstractRemoteFileInboundChannelAdapterParser()
 
- 
- 
Method Details- 
parseSourceDescription copied from class:AbstractPollingInboundChannelAdapterParserSubclasses must implement this method to parse the PollableSource instance which the created Channel Adapter will poll.- Specified by:
- parseSourcein class- AbstractPollingInboundChannelAdapterParser
- Parameters:
- element- The element.
- parserContext- The parser context.
- Returns:
- The bean metadata element.
 
- 
getMessageSourceClassname
- 
getInboundFileSynchronizerClass
- 
getSimplePatternFileListFilterClass
- 
getRegexPatternFileListFilterClass
- 
getPersistentAcceptOnceFileListFilterClassprotected abstract Class<? extends AbstractPersistentAcceptOnceFileListFilter<?>> getPersistentAcceptOnceFileListFilterClass()
 
-