Uses of Interface
org.springframework.integration.file.remote.SessionCallback
Packages that use SessionCallback
Package
Description
Base package for supporting remote files.
-
Uses of SessionCallback in org.springframework.integration.file.remote
Subinterfaces of SessionCallback in org.springframework.integration.file.remoteModifier and TypeInterfaceDescriptioninterface
Simple convenience implementation ofSessionCallback
for cases where no result is returned.Methods in org.springframework.integration.file.remote with parameters of type SessionCallbackModifier and TypeMethodDescription<T> T
RemoteFileOperations.execute
(SessionCallback<F, T> callback) Execute the callback's doInSession method after obtaining a session.<T> T
RemoteFileTemplate.execute
(SessionCallback<F, T> callback)