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

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<com.jcraft.jsch.ChannelSftp.LsEntry> SftpEndpoint.buildConsumer(Processor processor)
           
protected abstract  RemoteFileConsumer<T> RemoteFileEndpoint.buildConsumer(Processor processor)
          Remote File Endpoints, impl this method to create a custom consumer specific to their "protocol" etc.
protected  RemoteFileConsumer<org.apache.commons.net.ftp.FTPFile> FtpEndpoint.buildConsumer(Processor processor)
           
 RemoteFileConsumer<T> RemoteFileEndpoint.createConsumer(Processor processor)
           
 



Apache CAMEL