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:
org.springframework.beans.factory.xml.BeanDefinitionParser
public class SftpStreamingInboundChannelAdapterParser
extends org.springframework.integration.file.config.AbstractRemoteFileStreamingInboundChannelAdapterParser
- Since:
- 4.3
-
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 org.springframework.integration.core.MessageSource<?>>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<?>>protected Class<? extends org.springframework.integration.file.remote.RemoteFileOperations<?>>Methods inherited from class org.springframework.integration.file.config.AbstractRemoteFileStreamingInboundChannelAdapterParser
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
-
SftpStreamingInboundChannelAdapterParser
public SftpStreamingInboundChannelAdapterParser()
-
-
Method Details
-
getTemplateClass
protected Class<? extends org.springframework.integration.file.remote.RemoteFileOperations<?>> getTemplateClass()- Specified by:
getTemplateClassin classorg.springframework.integration.file.config.AbstractRemoteFileStreamingInboundChannelAdapterParser
-
getMessageSourceClass
protected Class<? extends org.springframework.integration.core.MessageSource<?>> getMessageSourceClass()- Specified by:
getMessageSourceClassin classorg.springframework.integration.file.config.AbstractRemoteFileStreamingInboundChannelAdapterParser
-
getSimplePatternFileListFilterClass
protected Class<? extends org.springframework.integration.file.filters.FileListFilter<?>> getSimplePatternFileListFilterClass()- Specified by:
getSimplePatternFileListFilterClassin classorg.springframework.integration.file.config.AbstractRemoteFileStreamingInboundChannelAdapterParser
-
getRegexPatternFileListFilterClass
protected Class<? extends org.springframework.integration.file.filters.FileListFilter<?>> getRegexPatternFileListFilterClass()- Specified by:
getRegexPatternFileListFilterClassin classorg.springframework.integration.file.config.AbstractRemoteFileStreamingInboundChannelAdapterParser
-
getPersistentAcceptOnceFileListFilterClass
protected Class<? extends org.springframework.integration.file.filters.AbstractPersistentAcceptOnceFileListFilter<?>> getPersistentAcceptOnceFileListFilterClass()- Specified by:
getPersistentAcceptOnceFileListFilterClassin classorg.springframework.integration.file.config.AbstractRemoteFileStreamingInboundChannelAdapterParser
-