Package | Description |
---|---|
org.springframework.integration.file.remote |
Base package for supporting remote files.
|
Modifier and Type | Class and Description |
---|---|
class |
SessionCallbackWithoutResult<F>
Simple convenience implementation of
SessionCallback for cases where
no result is returned. |
Modifier and Type | Method and Description |
---|---|
<T> T |
RemoteFileTemplate.execute(SessionCallback<F,T> callback) |
<T> T |
RemoteFileOperations.execute(SessionCallback<F,T> callback)
Execute the callback's doInSession method after obtaining a session.
|
Copyright © 2015. All rights reserved.