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

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

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

Subclasses of RemoteFileConsumer in org.apache.camel.component.file.remote
 class FtpConsumer
          FTP consumer
 class SftpConsumer
          Secure FTP consumer
 

Methods in org.apache.camel.component.file.remote that return RemoteFileConsumer
protected  RemoteFileConsumer<org.apache.commons.net.ftp.FTPFile> FtpEndpoint.buildConsumer(org.apache.camel.Processor processor)
           
protected abstract  RemoteFileConsumer<T> RemoteFileEndpoint.buildConsumer(org.apache.camel.Processor processor)
          Remote File Endpoints, impl this method to create a custom consumer specific to their "protocol" etc.
protected  RemoteFileConsumer<com.jcraft.jsch.ChannelSftp.LsEntry> SftpEndpoint.buildConsumer(org.apache.camel.Processor processor)
           
 RemoteFileConsumer<T> RemoteFileEndpoint.createConsumer(org.apache.camel.Processor processor)
           
 



Apache Camel