Package | Description |
---|---|
org.apache.camel.component.file.remote |
Defines the File transport for communicating with Remote Files and FTP
|
Modifier and Type | Class and Description |
---|---|
class |
FtpConsumer
FTP consumer
|
class |
SftpConsumer
Secure FTP consumer
|
Modifier and Type | Method and Description |
---|---|
protected RemoteFileConsumer<SftpRemoteFile> |
SftpEndpoint.buildConsumer(org.apache.camel.Processor processor) |
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.
|
RemoteFileConsumer<org.apache.commons.net.ftp.FTPFile> |
FtpEndpoint.createConsumer(org.apache.camel.Processor processor) |
RemoteFileConsumer<T> |
RemoteFileEndpoint.createConsumer(org.apache.camel.Processor processor) |
Apache Camel