Uses of Interface
org.springframework.integration.support.management.MessageSourceManagement
Packages that use 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
Classes in org.springframework.integration.endpoint that implement MessageSourceManagementModifier and TypeClassDescriptionclass
A message source that can limit the number of remote objects it fetches. -
Uses of MessageSourceManagement in org.springframework.integration.file.remote
Classes in org.springframework.integration.file.remote that implement MessageSourceManagementModifier 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
Classes in org.springframework.integration.file.remote.synchronizer that implement MessageSourceManagementModifier and TypeClassDescriptionclass
Factors out the common logic between the FTP and SFTP adapters. -
Uses of MessageSourceManagement in org.springframework.integration.ftp.inbound
Classes in org.springframework.integration.ftp.inbound that implement MessageSourceManagementModifier and TypeClassDescriptionclass
AMessageSource
implementation for FTP.class
Message source for streaming FTP remote file contents. -
Uses of MessageSourceManagement in org.springframework.integration.sftp.inbound
Classes in org.springframework.integration.sftp.inbound that implement MessageSourceManagementModifier 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
Classes in org.springframework.integration.smb.inbound that implement MessageSourceManagementModifier and TypeClassDescriptionclass
AMessageSource
implementation for SMB.class
Message source for streaming SMB remote file contents.