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

Packages that use RemoteFileEndpoint
org.apache.camel.component.file.remote Defines the File transport for communicating with Remote Files and FTP 
 

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

Subclasses of RemoteFileEndpoint in org.apache.camel.component.file.remote
 class FtpEndpoint<T extends FTPFile>
          FTP endpoint
 class FtpsEndpoint
          FTP Secure (FTP over SSL/TLS) endpoint
 class SftpEndpoint
          Secure FTP endpoint
 

Fields in org.apache.camel.component.file.remote declared as RemoteFileEndpoint
protected  RemoteFileEndpoint<org.apache.commons.net.ftp.FTPFile> FtpOperations.endpoint
           
 

Methods in org.apache.camel.component.file.remote that return RemoteFileEndpoint
 RemoteFileEndpoint<T> RemoteFileProducer.getEndpoint()
           
 RemoteFileEndpoint<T> RemoteFileConsumer.getEndpoint()
           
 

Constructors in org.apache.camel.component.file.remote with parameters of type RemoteFileEndpoint
FtpConsumer(RemoteFileEndpoint<org.apache.commons.net.ftp.FTPFile> endpoint, org.apache.camel.Processor processor, RemoteFileOperations<org.apache.commons.net.ftp.FTPFile> fileOperations)
           
RemoteFileConsumer(RemoteFileEndpoint<T> endpoint, org.apache.camel.Processor processor, RemoteFileOperations<T> operations)
           
RemoteFileProducer(RemoteFileEndpoint<T> endpoint, RemoteFileOperations<T> operations)
           
SftpConsumer(RemoteFileEndpoint<com.jcraft.jsch.ChannelSftp.LsEntry> endpoint, org.apache.camel.Processor processor, RemoteFileOperations<com.jcraft.jsch.ChannelSftp.LsEntry> operations)
           
 



Apache Camel