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:
org.springframework.beans.factory.xml.BeanDefinitionParser
public class SftpInboundChannelAdapterParser
extends org.springframework.integration.file.config.AbstractRemoteFileInboundChannelAdapterParser
Parser for 'sftp:inbound-channel-adapter'
- Since:
- 2.0
-
Field Summary
-
Constructor Summary
Constructors Constructor Description SftpInboundChannelAdapterParser() -
Method Summary
Modifier and Type Method Description protected java.lang.Class<? extends org.springframework.integration.file.remote.synchronizer.InboundFileSynchronizer>getInboundFileSynchronizerClass()protected java.lang.StringgetMessageSourceClassname()protected java.lang.Class<? extends org.springframework.integration.file.filters.AbstractPersistentAcceptOnceFileListFilter<?>>getPersistentAcceptOnceFileListFilterClass()protected java.lang.Class<? extends org.springframework.integration.file.filters.FileListFilter<?>>getRegexPatternFileListFilterClass()protected java.lang.Class<? extends org.springframework.integration.file.filters.FileListFilter<?>>getSimplePatternFileListFilterClass()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, resolveId
-
Constructor Details
-
SftpInboundChannelAdapterParser
public SftpInboundChannelAdapterParser()
-
-
Method Details
-
getMessageSourceClassname
protected java.lang.String getMessageSourceClassname()- Specified by:
getMessageSourceClassnamein classorg.springframework.integration.file.config.AbstractRemoteFileInboundChannelAdapterParser
-
getInboundFileSynchronizerClass
protected java.lang.Class<? extends org.springframework.integration.file.remote.synchronizer.InboundFileSynchronizer> getInboundFileSynchronizerClass()- Specified by:
getInboundFileSynchronizerClassin classorg.springframework.integration.file.config.AbstractRemoteFileInboundChannelAdapterParser
-
getSimplePatternFileListFilterClass
protected java.lang.Class<? extends org.springframework.integration.file.filters.FileListFilter<?>> getSimplePatternFileListFilterClass()- Specified by:
getSimplePatternFileListFilterClassin classorg.springframework.integration.file.config.AbstractRemoteFileInboundChannelAdapterParser
-
getRegexPatternFileListFilterClass
protected java.lang.Class<? extends org.springframework.integration.file.filters.FileListFilter<?>> getRegexPatternFileListFilterClass()- Specified by:
getRegexPatternFileListFilterClassin classorg.springframework.integration.file.config.AbstractRemoteFileInboundChannelAdapterParser
-
getPersistentAcceptOnceFileListFilterClass
protected java.lang.Class<? extends org.springframework.integration.file.filters.AbstractPersistentAcceptOnceFileListFilter<?>> getPersistentAcceptOnceFileListFilterClass()- Specified by:
getPersistentAcceptOnceFileListFilterClassin classorg.springframework.integration.file.config.AbstractRemoteFileInboundChannelAdapterParser
-