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:
BeanDefinitionParser
Parser for the FTP 'inbound-channel-adapter' element.
- Since:
- 2.0
- Author:
- Mark Fisher, Gary Russell, Artem Bilan
-
Field Summary
Fields inherited from class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
ID_ATTRIBUTE, NAME_ATTRIBUTE
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected Class<? extends InboundFileSynchronizer>
protected String
protected Class<? extends AbstractPersistentAcceptOnceFileListFilter<?>>
protected Class<? extends FileListFilter<?>>
protected Class<? extends 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
-
Constructor Details
-
FtpInboundChannelAdapterParser
public FtpInboundChannelAdapterParser()
-
-
Method Details
-
getMessageSourceClassname
- Specified by:
getMessageSourceClassname
in classAbstractRemoteFileInboundChannelAdapterParser
-
getInboundFileSynchronizerClass
- Specified by:
getInboundFileSynchronizerClass
in classAbstractRemoteFileInboundChannelAdapterParser
-
getSimplePatternFileListFilterClass
- Specified by:
getSimplePatternFileListFilterClass
in classAbstractRemoteFileInboundChannelAdapterParser
-
getRegexPatternFileListFilterClass
- Specified by:
getRegexPatternFileListFilterClass
in classAbstractRemoteFileInboundChannelAdapterParser
-
getPersistentAcceptOnceFileListFilterClass
protected Class<? extends AbstractPersistentAcceptOnceFileListFilter<?>> getPersistentAcceptOnceFileListFilterClass()- Specified by:
getPersistentAcceptOnceFileListFilterClass
in classAbstractRemoteFileInboundChannelAdapterParser
-