Uses of Class
org.apache.camel.component.file.remote.RemoteFileEndpoint

Uses of RemoteFileEndpoint in org.apache.camel.component.file.remote
 

Subclasses of RemoteFileEndpoint in org.apache.camel.component.file.remote
 class FtpEndpoint
          FTP endpoint
 class SftpEndpoint
          Secure FTP endpoint
 

Constructors in org.apache.camel.component.file.remote with parameters of type RemoteFileEndpoint
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)
           
 



Apache CAMEL