Uses of Interface
org.apache.camel.component.file.remote.RemoteFileOperations
-
Packages that use RemoteFileOperations Package Description org.apache.camel.component.file.remote Defines the File transport for communicating with Remote Files and FTP -
-
Uses of RemoteFileOperations in org.apache.camel.component.file.remote
Classes in org.apache.camel.component.file.remote that implement RemoteFileOperations Modifier and Type Class Description class
FtpOperations
FTP remote file operationsclass
FtpsOperations
FTP Secure (FTP over SSL/TLS) operationsclass
SftpOperations
SFTP remote file operationsMethods in org.apache.camel.component.file.remote that return RemoteFileOperations Modifier and Type Method Description RemoteFileOperations<org.apache.commons.net.ftp.FTPFile>
FtpEndpoint. createRemoteFileOperations()
RemoteFileOperations<org.apache.commons.net.ftp.FTPFile>
FtpsEndpoint. createRemoteFileOperations()
abstract RemoteFileOperations<T>
RemoteFileEndpoint. createRemoteFileOperations()
Creates the operations to be used by the consumer or producer.RemoteFileOperations<SftpRemoteFile>
SftpEndpoint. createRemoteFileOperations()
protected RemoteFileOperations<T>
RemoteFileConsumer. getOperations()
protected RemoteFileOperations<T>
RemoteFileProducer. getOperations()
Constructors in org.apache.camel.component.file.remote with parameters of type RemoteFileOperations Constructor Description FtpConsumer(RemoteFileEndpoint<org.apache.commons.net.ftp.FTPFile> endpoint, org.apache.camel.Processor processor, RemoteFileOperations<org.apache.commons.net.ftp.FTPFile> fileOperations, org.apache.camel.component.file.GenericFileProcessStrategy processStrategy)
RemoteFileConsumer(RemoteFileEndpoint<T> endpoint, org.apache.camel.Processor processor, RemoteFileOperations<T> operations, org.apache.camel.component.file.GenericFileProcessStrategy processStrategy)
RemoteFileProducer(RemoteFileEndpoint<T> endpoint, RemoteFileOperations<T> operations)
SftpConsumer(RemoteFileEndpoint<SftpRemoteFile> endpoint, org.apache.camel.Processor processor, RemoteFileOperations<SftpRemoteFile> operations, org.apache.camel.component.file.GenericFileProcessStrategy<SftpRemoteFile> processStrategy)
-