Package org.springframework.integration.file.remote
package org.springframework.integration.file.remote
Base package for supporting remote files.
-
ClassDescriptionAbstract implementation of
FileInfo
; provides a setter for the remote directory and a generic toString implementation.A message source that produces a message with anInputStream
payload referencing a remote file.ClientCallback<C,T> RemoteFileTemplate
callback with the underlying client instance providing access to lower level methods.RemoteFileTemplate
callback with the underlying client instance providing access to lower level methods where no result is returned.FileInfo<F>Represents a remote file info - an abstraction over the underlying implementation.Callback for stream-based file retrieval using a RemoteFileOperations.Callback invoked byRemoteFileOperations.executeForMessage()
- allows multiple operations on a session.Strategy for performing operations on remote files.Callback for using the same session for multiple RemoteFileTemplate operations.A general abstraction for dealing with remote files.Utility methods for supporting remote file operations.SessionCallback<F,T> Callback invoked byRemoteFileOperations.execute()
- allows multiple operations on a session.Simple convenience implementation ofSessionCallback
for cases where no result is returned.