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.endpointClasses in org.springframework.integration.endpoint that implement MessageSourceManagementModifier and TypeClassDescriptionclassA message source that can limit the number of remote objects it fetches.
- 
Uses of MessageSourceManagement in org.springframework.integration.file.remoteClasses in org.springframework.integration.file.remote that implement MessageSourceManagementModifier and TypeClassDescriptionclassA message source that produces a message with anInputStreampayload referencing a remote file.
- 
Uses of MessageSourceManagement in org.springframework.integration.file.remote.synchronizerClasses in org.springframework.integration.file.remote.synchronizer that implement MessageSourceManagementModifier and TypeClassDescriptionclassFactors out the common logic between the FTP and SFTP adapters.
- 
Uses of MessageSourceManagement in org.springframework.integration.ftp.inboundClasses in org.springframework.integration.ftp.inbound that implement MessageSourceManagementModifier and TypeClassDescriptionclassAMessageSourceimplementation for FTP.classMessage source for streaming FTP remote file contents.
- 
Uses of MessageSourceManagement in org.springframework.integration.sftp.inboundClasses in org.springframework.integration.sftp.inbound that implement MessageSourceManagementModifier and TypeClassDescriptionclassAMessageSourceimplementation for SFTP that delegates to an InboundFileSynchronizer.classMessage source for streaming SFTP remote file contents.
- 
Uses of MessageSourceManagement in org.springframework.integration.smb.inboundClasses in org.springframework.integration.smb.inbound that implement MessageSourceManagementModifier and TypeClassDescriptionclassAMessageSourceimplementation for SMB.classMessage source for streaming SMB remote file contents.