Uses of Class
org.springframework.integration.endpoint.AbstractFetchLimitingMessageSource
Package
Description
Base package for supporting remote files.
Provides classes supporting the synchronization of remote and
local file directories.
Provides classes supporting inbound endpoints.
Provides classes supporting inbound endpoints.
Inbound Channel Adapters implementations for SMB protocol.
-
Uses of AbstractFetchLimitingMessageSource in org.springframework.integration.file.remote
Modifier and TypeClassDescriptionclass
A message source that produces a message with anInputStream
payload referencing a remote file. -
Uses of AbstractFetchLimitingMessageSource in org.springframework.integration.file.remote.synchronizer
Modifier and TypeClassDescriptionclass
Factors out the common logic between the FTP and SFTP adapters. -
Uses of AbstractFetchLimitingMessageSource in org.springframework.integration.ftp.inbound
Modifier and TypeClassDescriptionclass
AMessageSource
implementation for FTP.class
Message source for streaming FTP remote file contents. -
Uses of AbstractFetchLimitingMessageSource in org.springframework.integration.sftp.inbound
Modifier and TypeClassDescriptionclass
AMessageSource
implementation for SFTP that delegates to an InboundFileSynchronizer.class
Message source for streaming SFTP remote file contents. -
Uses of AbstractFetchLimitingMessageSource in org.springframework.integration.smb.inbound
Modifier and TypeClassDescriptionclass
AMessageSource
implementation for SMB.class
Message source for streaming SMB remote file contents.