| 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.handler |
Provides classes supporting remote file message handlers.
|
| org.springframework.integration.file.remote.session |
Provides classes supporting remote file sessions.
|
| org.springframework.integration.file.remote.synchronizer |
Provides classes supporting the synchronization of remote and
local file directories.
|
| org.springframework.integration.ftp.gateway |
Provides classes supporting FTP gateways.
|
| org.springframework.integration.ftp.inbound |
Provides classes supporting inbound endpoints.
|
| org.springframework.integration.ftp.session |
Provides classes supporting FTP sessions.
|
| org.springframework.integration.sftp.gateway |
Provides classes supporting SFTP gateways.
|
| org.springframework.integration.sftp.inbound |
Provides classes supporting inbound endpoints.
|
| org.springframework.integration.sftp.session |
Provides classes supporting SFTP sessions.
|
| Constructor and Description |
|---|
RemoteFileTemplate(SessionFactory<F> sessionFactory) |
| Constructor and Description |
|---|
AbstractRemoteFileOutboundGateway(SessionFactory<F> sessionFactory,
AbstractRemoteFileOutboundGateway.Command command,
String expression) |
AbstractRemoteFileOutboundGateway(SessionFactory<F> sessionFactory,
String command,
String expression) |
| Constructor and Description |
|---|
FileTransferringMessageHandler(SessionFactory<F> sessionFactory) |
| Modifier and Type | Class and Description |
|---|---|
class |
CachingSessionFactory<F>
A
SessionFactory implementation that caches Sessions for reuse without
requiring reconnection each time the Session is retrieved from the factory. |
| Modifier and Type | Method and Description |
|---|---|
SessionFactory<T> |
SessionFactoryFactoryBean.getObject()
Deprecated.
|
| Constructor and Description |
|---|
CachingSessionFactory(SessionFactory<F> sessionFactory)
Create a CachingSessionFactory with an unlimited number of sessions.
|
CachingSessionFactory(SessionFactory<F> sessionFactory,
int sessionCacheSize)
Create a CachingSessionFactory with the specified session limit.
|
SessionFactoryFactoryBean(SessionFactory<T> sessionFactory,
boolean cacheSessions)
Deprecated.
|
| Constructor and Description |
|---|
AbstractInboundFileSynchronizer(SessionFactory<F> sessionFactory)
Create a synchronizer with the
SessionFactory used to acquire Session instances. |
| Constructor and Description |
|---|
FtpOutboundGateway(SessionFactory<org.apache.commons.net.ftp.FTPFile> sessionFactory,
String command,
String expression) |
| Constructor and Description |
|---|
FtpInboundFileSynchronizer(SessionFactory<org.apache.commons.net.ftp.FTPFile> sessionFactory)
Create a synchronizer with the
SessionFactory used to acquire Session instances. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractFtpSessionFactory<T extends org.apache.commons.net.ftp.FTPClient>
Base class for FTP SessionFactory implementations.
|
class |
DefaultFtpSessionFactory
Default implementation of FTP SessionFactory.
|
class |
DefaultFtpsSessionFactory
SessionFactory for FTPS.
|
| Constructor and Description |
|---|
SftpOutboundGateway(SessionFactory<com.jcraft.jsch.ChannelSftp.LsEntry> sessionFactory,
String command,
String expression) |
| Constructor and Description |
|---|
SftpInboundFileSynchronizer(SessionFactory<com.jcraft.jsch.ChannelSftp.LsEntry> sessionFactory) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultSftpSessionFactory
Factory for creating
SftpSession instances. |
Copyright © 2016. All rights reserved.