Class SftpStreamingInboundChannelAdapterParser
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.AbstractRemoteFileStreamingInboundChannelAdapterParser
org.springframework.integration.sftp.config.SftpStreamingInboundChannelAdapterParser
- All Implemented Interfaces:
BeanDefinitionParser
public class SftpStreamingInboundChannelAdapterParser
extends AbstractRemoteFileStreamingInboundChannelAdapterParser
- Since:
- 4.3
- Author:
- 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 MessageSource<?>>
protected Class<? extends AbstractPersistentAcceptOnceFileListFilter<?>>
protected Class<? extends FileListFilter<?>>
protected Class<? extends FileListFilter<?>>
protected Class<? extends RemoteFileOperations<?>>
Methods inherited from class org.springframework.integration.file.config.AbstractRemoteFileStreamingInboundChannelAdapterParser
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
-
SftpStreamingInboundChannelAdapterParser
public SftpStreamingInboundChannelAdapterParser()
-
-
Method Details
-
getTemplateClass
- Specified by:
getTemplateClass
in classAbstractRemoteFileStreamingInboundChannelAdapterParser
-
getMessageSourceClass
- Specified by:
getMessageSourceClass
in classAbstractRemoteFileStreamingInboundChannelAdapterParser
-
getSimplePatternFileListFilterClass
- Specified by:
getSimplePatternFileListFilterClass
in classAbstractRemoteFileStreamingInboundChannelAdapterParser
-
getRegexPatternFileListFilterClass
- Specified by:
getRegexPatternFileListFilterClass
in classAbstractRemoteFileStreamingInboundChannelAdapterParser
-
getPersistentAcceptOnceFileListFilterClass
protected Class<? extends AbstractPersistentAcceptOnceFileListFilter<?>> getPersistentAcceptOnceFileListFilterClass()- Specified by:
getPersistentAcceptOnceFileListFilterClass
in classAbstractRemoteFileStreamingInboundChannelAdapterParser
-