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

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

Methods in org.apache.camel.component.file.remote that return RemoteFileConfiguration
 RemoteFileConfiguration RemoteFileConfiguration.copy()
           
 RemoteFileConfiguration RemoteFileEndpoint.getConfiguration()
           
 RemoteFileConfiguration RemoteFileComponent.getConfiguration()
           
 

Methods in org.apache.camel.component.file.remote with parameters of type RemoteFileConfiguration
static boolean FtpUtils.connect(org.apache.commons.net.ftp.FTPClient client, RemoteFileConfiguration config)
           
protected  String RemoteFileProducer.createFileName(Message message, RemoteFileConfiguration fileConfig)
           
 void RemoteFileEndpoint.setConfiguration(RemoteFileConfiguration configuration)
           
 void RemoteFileComponent.setConfiguration(RemoteFileConfiguration configuration)
           
 

Constructors in org.apache.camel.component.file.remote with parameters of type RemoteFileConfiguration
FtpEndpoint(String uri, RemoteFileComponent remoteFileComponent, RemoteFileConfiguration configuration)
           
RemoteFileComponent(RemoteFileConfiguration configuration)
           
RemoteFileEndpoint(String uri, RemoteFileComponent component, RemoteFileConfiguration configuration)
           
RemoteFileEndpoint(String endpointUri, RemoteFileConfiguration configuration)
           
SftpEndpoint(String uri, RemoteFileComponent remoteFileComponent, RemoteFileConfiguration configuration)
           
 



Apache CAMEL