Uses of Class
org.apache.camel.component.file.remote.RemoteFileConsumer
-
Packages that use RemoteFileConsumer Package Description 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 Modifier and Type Class Description class
FtpConsumer
FTP consumerclass
SftpConsumer
Secure FTP consumerMethods in org.apache.camel.component.file.remote that return RemoteFileConsumer Modifier and Type Method Description 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<SftpRemoteFile>
SftpEndpoint. buildConsumer(org.apache.camel.Processor processor)
RemoteFileConsumer<org.apache.commons.net.ftp.FTPFile>
FtpEndpoint. createConsumer(org.apache.camel.Processor processor)
RemoteFileConsumer<T>
RemoteFileEndpoint. createConsumer(org.apache.camel.Processor processor)
-