Class SftpInboundChannelAdapterParser
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.sftp.config.SftpInboundChannelAdapterParser
- All Implemented Interfaces:
 BeanDefinitionParser
Parser for 'sftp:inbound-channel-adapter'
- 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
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprotected Class<? extends InboundFileSynchronizer>protected Stringprotected Class<? extends AbstractPersistentAcceptOnceFileListFilter<?>>protected Class<? extends FileListFilter<?>>protected Class<? extends FileListFilter<?>>Methods inherited from class org.springframework.integration.file.config.AbstractRemoteFileInboundChannelAdapterParser
parseSourceMethods inherited from class org.springframework.integration.config.xml.AbstractPollingInboundChannelAdapterParser
doParseMethods inherited from class org.springframework.integration.config.xml.AbstractChannelAdapterParser
parseInternal, resolveIdMethods inherited from class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
parse, postProcessComponentDefinition, registerBeanDefinition, shouldFireEvents, shouldGenerateId, shouldGenerateIdAsFallback, shouldParseNameAsAliases 
- 
Constructor Details
- 
SftpInboundChannelAdapterParser
public SftpInboundChannelAdapterParser() 
 - 
 - 
Method Details
- 
getMessageSourceClassname
- Specified by:
 getMessageSourceClassnamein classAbstractRemoteFileInboundChannelAdapterParser
 - 
getInboundFileSynchronizerClass
- Specified by:
 getInboundFileSynchronizerClassin classAbstractRemoteFileInboundChannelAdapterParser
 - 
getSimplePatternFileListFilterClass
- Specified by:
 getSimplePatternFileListFilterClassin classAbstractRemoteFileInboundChannelAdapterParser
 - 
getRegexPatternFileListFilterClass
- Specified by:
 getRegexPatternFileListFilterClassin classAbstractRemoteFileInboundChannelAdapterParser
 - 
getPersistentAcceptOnceFileListFilterClass
protected Class<? extends AbstractPersistentAcceptOnceFileListFilter<?>> getPersistentAcceptOnceFileListFilterClass()- Specified by:
 getPersistentAcceptOnceFileListFilterClassin classAbstractRemoteFileInboundChannelAdapterParser
 
 -