Package | Description |
---|---|
org.springframework.integration.file.remote |
Base package for supporting remote files.
|
org.springframework.integration.file.remote.gateway |
Provides classes supporting remote file gateways.
|
org.springframework.integration.file.remote.session |
Provides classes supporting remote file sessions.
|
org.springframework.integration.ftp.session |
Provides classes supporting FTP sessions.
|
org.springframework.integration.sftp.session |
Provides classes supporting SFTP sessions.
|
Modifier and Type | Method and Description |
---|---|
Object |
SessionCallbackWithoutResult.doInSession(Session<F> session) |
T |
SessionCallback.doInSession(Session<F> session)
Called within the context of a session.
|
protected abstract void |
SessionCallbackWithoutResult.doInSessionWithoutResult(Session<F> session)
Called within the context of a session.
|
static <F> void |
RemoteFileUtils.makeDirectories(String path,
Session<F> session,
String remoteFileSeparator,
org.apache.commons.logging.Log logger)
Recursively create remote directories.
|
Modifier and Type | Method and Description |
---|---|
protected File |
AbstractRemoteFileOutboundGateway.get(Message<?> message,
Session<F> session,
String remoteDir,
String remoteFilePath,
String remoteFilename,
boolean lsFirst)
Copy a remote file to the configured local directory.
|
protected List<?> |
AbstractRemoteFileOutboundGateway.ls(Session<F> session,
String dir) |
protected List<File> |
AbstractRemoteFileOutboundGateway.mGet(Message<?> message,
Session<F> session,
String remoteDirectory,
String remoteFilename) |
Modifier and Type | Class and Description |
---|---|
class |
CachingSessionFactory.CachedSession |
Modifier and Type | Method and Description |
---|---|
Session<F> |
CachingSessionFactory.getSession()
Get a session from the pool (or block if none available).
|
Session<F> |
SessionFactory.getSession() |
Modifier and Type | Class and Description |
---|---|
class |
FtpSession
Implementation of
Session for FTP. |
Modifier and Type | Method and Description |
---|---|
Session<org.apache.commons.net.ftp.FTPFile> |
AbstractFtpSessionFactory.getSession() |
Modifier and Type | Method and Description |
---|---|
Session<com.jcraft.jsch.ChannelSftp.LsEntry> |
DefaultSftpSessionFactory.getSession() |
Copyright © 2017. All rights reserved.