Uses of Interface
org.springframework.integration.file.remote.synchronizer.InboundFileSynchronizer
Packages that use InboundFileSynchronizer
Package
Description
Provides classes for configuration - parsers, namespace handlers, factory beans.
Provides classes supporting the synchronization of remote and
local file directories.
Provides classes for configuration - parsers, namespace handlers.
Provides classes supporting inbound endpoints.
Provides classes for configuration - parsers, namespace handlers.
Provides classes supporting inbound endpoints.
SMB-specific file list filter classes.
Inbound Channel Adapters implementations for SMB protocol.
-
Uses of InboundFileSynchronizer in org.springframework.integration.file.config
Methods in org.springframework.integration.file.config that return types with arguments of type InboundFileSynchronizerModifier and TypeMethodDescriptionprotected abstract Class
<? extends InboundFileSynchronizer> AbstractRemoteFileInboundChannelAdapterParser.getInboundFileSynchronizerClass()
-
Uses of InboundFileSynchronizer in org.springframework.integration.file.remote.synchronizer
Classes in org.springframework.integration.file.remote.synchronizer that implement InboundFileSynchronizerModifier and TypeClassDescriptionclass
Base class charged with knowing how to connect to a remote file system, scan it for new files and then download the files. -
Uses of InboundFileSynchronizer in org.springframework.integration.ftp.config
Methods in org.springframework.integration.ftp.config that return types with arguments of type InboundFileSynchronizerModifier and TypeMethodDescriptionprotected Class
<? extends InboundFileSynchronizer> FtpInboundChannelAdapterParser.getInboundFileSynchronizerClass()
-
Uses of InboundFileSynchronizer in org.springframework.integration.ftp.inbound
Classes in org.springframework.integration.ftp.inbound that implement InboundFileSynchronizerModifier and TypeClassDescriptionclass
An implementation ofAbstractInboundFileSynchronizer
for FTP. -
Uses of InboundFileSynchronizer in org.springframework.integration.sftp.config
Methods in org.springframework.integration.sftp.config that return types with arguments of type InboundFileSynchronizerModifier and TypeMethodDescriptionprotected Class
<? extends InboundFileSynchronizer> SftpInboundChannelAdapterParser.getInboundFileSynchronizerClass()
-
Uses of InboundFileSynchronizer in org.springframework.integration.sftp.inbound
Classes in org.springframework.integration.sftp.inbound that implement InboundFileSynchronizerModifier and TypeClassDescriptionclass
Handles the synchronization between a remote SFTP directory and a local mount. -
Uses of InboundFileSynchronizer in org.springframework.integration.smb.config
Methods in org.springframework.integration.smb.config that return types with arguments of type InboundFileSynchronizerModifier and TypeMethodDescriptionprotected Class
<? extends InboundFileSynchronizer> SmbInboundChannelAdapterParser.getInboundFileSynchronizerClass()
-
Uses of InboundFileSynchronizer in org.springframework.integration.smb.inbound
Classes in org.springframework.integration.smb.inbound that implement InboundFileSynchronizerModifier and TypeClassDescriptionclass
An implementation ofAbstractInboundFileSynchronizer
for SMB.