Uses of Interface
org.springframework.integration.support.management.MessageSourceManagement
Package
Description
Provides core classes related to Endpoints.
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 MessageSourceManagement in org.springframework.integration.endpoint
Modifier and TypeClassDescriptionclass
A message source that can limit the number of remote objects it fetches. -
Uses of MessageSourceManagement 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 MessageSourceManagement in org.springframework.integration.file.remote.synchronizer
Modifier and TypeClassDescriptionclass
Factors out the common logic between the FTP and SFTP adapters. -
Uses of MessageSourceManagement in org.springframework.integration.ftp.inbound
Modifier and TypeClassDescriptionclass
AMessageSource
implementation for FTP.class
Message source for streaming FTP remote file contents. -
Uses of MessageSourceManagement 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 MessageSourceManagement in org.springframework.integration.smb.inbound
Modifier and TypeClassDescriptionclass
AMessageSource
implementation for SMB.class
Message source for streaming SMB remote file contents.