|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of RemoteFileOperations in org.apache.camel.component.file.remote |
---|
Classes in org.apache.camel.component.file.remote that implement RemoteFileOperations | |
---|---|
class |
FtpOperations
FTP remote file operations |
class |
SftpOperations
SFTP remote file operations |
Methods in org.apache.camel.component.file.remote that return RemoteFileOperations | |
---|---|
protected RemoteFileOperations<com.jcraft.jsch.ChannelSftp.LsEntry> |
SftpEndpoint.createRemoteFileOperations()
|
protected RemoteFileOperations<org.apache.commons.net.ftp.FTPFile> |
FtpEndpoint.createRemoteFileOperations()
|
Constructors in org.apache.camel.component.file.remote with parameters of type RemoteFileOperations | |
---|---|
FtpConsumer(RemoteFileEndpoint<org.apache.commons.net.ftp.FTPFile> endpoint,
Processor processor,
RemoteFileOperations<org.apache.commons.net.ftp.FTPFile> fileOperations)
|
|
RemoteFileConsumer(RemoteFileEndpoint<T> endpoint,
Processor processor,
RemoteFileOperations<T> operations)
|
|
RemoteFileProducer(RemoteFileEndpoint<T> endpoint,
RemoteFileOperations<T> operations)
|
|
SftpConsumer(RemoteFileEndpoint<com.jcraft.jsch.ChannelSftp.LsEntry> endpoint,
Processor processor,
RemoteFileOperations<com.jcraft.jsch.ChannelSftp.LsEntry> operations)
|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |