Uses of Interface
org.springframework.integration.file.remote.SessionCallback
Package
Description
Base package for supporting remote files.
-
Uses of SessionCallback in org.springframework.integration.file.remote
Modifier and TypeInterfaceDescriptioninterface
Simple convenience implementation ofSessionCallback
for cases where no result is returned.Modifier 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)