Uses of Interface
org.springframework.integration.file.remote.synchronizer.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
Modifier and TypeMethodDescriptionprotected abstract Class<? extends InboundFileSynchronizer>
AbstractRemoteFileInboundChannelAdapterParser.getInboundFileSynchronizerClass()
-
Uses of InboundFileSynchronizer in org.springframework.integration.file.remote.synchronizer
Modifier 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
Modifier and TypeMethodDescriptionprotected Class<? extends InboundFileSynchronizer>
FtpInboundChannelAdapterParser.getInboundFileSynchronizerClass()
-
Uses of InboundFileSynchronizer in org.springframework.integration.ftp.inbound
Modifier and TypeClassDescriptionclass
An implementation ofAbstractInboundFileSynchronizer
for FTP. -
Uses of InboundFileSynchronizer in org.springframework.integration.sftp.config
Modifier and TypeMethodDescriptionprotected Class<? extends InboundFileSynchronizer>
SftpInboundChannelAdapterParser.getInboundFileSynchronizerClass()
-
Uses of InboundFileSynchronizer in org.springframework.integration.sftp.inbound
Modifier and TypeClassDescriptionclass
Handles the synchronization between a remote SFTP directory and a local mount. -
Uses of InboundFileSynchronizer in org.springframework.integration.smb.config
Modifier and TypeMethodDescriptionprotected Class<? extends InboundFileSynchronizer>
SmbInboundChannelAdapterParser.getInboundFileSynchronizerClass()
-
Uses of InboundFileSynchronizer in org.springframework.integration.smb.inbound
Modifier and TypeClassDescriptionclass
An implementation ofAbstractInboundFileSynchronizer
for SMB.