Uses of Interface
org.apache.camel.component.file.remote.RemoteFileOperations

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

Classes in org.apache.camel.component.file.remote that implement RemoteFileOperations
 class FtpOperations
          FTP remote file operations
 class SftpOperations
          SFTP remote file operations
 

Methods in org.apache.camel.component.file.remote that return RemoteFileOperations
protected  RemoteFileOperations<com.jcraft.jsch.ChannelSftp.LsEntry> SftpEndpoint.createRemoteFileOperations()
           
protected  RemoteFileOperations<org.apache.commons.net.ftp.FTPFile> FtpEndpoint.createRemoteFileOperations()
           
protected  RemoteFileOperations RemoteFileProducer.getOperations()
           
protected  RemoteFileOperations RemoteFileConsumer.getOperations()
           
 

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



Copyright © 2007-2010 The Apache Software Foundation. All Rights Reserved.