Uses of Interface
org.springframework.integration.file.remote.InputStreamCallback
Package
Description
Base package for supporting remote files.
-
Uses of InputStreamCallback in org.springframework.integration.file.remote
Modifier and TypeMethodDescriptionboolean
RemoteFileOperations.get
(String remotePath, InputStreamCallback callback) Retrieve a remote file as an InputStream.boolean
RemoteFileOperations.get
(Message<?> message, InputStreamCallback callback) Retrieve a remote file as an InputStream, based on information in a message.boolean
RemoteFileTemplate.get
(String remotePath, InputStreamCallback callback) boolean
RemoteFileTemplate.get
(Message<?> message, InputStreamCallback callback)