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

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

Subclasses of RemoteFileConfiguration in org.apache.camel.component.file.remote
 class FtpConfiguration
          FTP configuration
 class FtpsConfiguration
          FTP Secure (FTP over SSL/TLS) configuration
 class SftpConfiguration
          Secure FTP configuration
 

Methods in org.apache.camel.component.file.remote with parameters of type RemoteFileConfiguration
 boolean SftpOperations.connect(RemoteFileConfiguration configuration)
           
 boolean RemoteFileOperations.connect(RemoteFileConfiguration configuration)
          Connects to the remote server
 boolean FtpOperations.connect(RemoteFileConfiguration configuration)
           
protected  com.jcraft.jsch.Session SftpOperations.createSession(RemoteFileConfiguration configuration)
           
 

Constructors in org.apache.camel.component.file.remote with parameters of type RemoteFileConfiguration
FtpEndpoint(String uri, RemoteFileComponent<org.apache.commons.net.ftp.FTPFile> component, RemoteFileConfiguration configuration)
           
FtpsEndpoint(String uri, RemoteFileComponent<org.apache.commons.net.ftp.FTPFile> remoteFileComponent, RemoteFileConfiguration configuration)
           
RemoteFileEndpoint(String uri, RemoteFileComponent<T> component, RemoteFileConfiguration configuration)
           
SftpEndpoint(String uri, SftpComponent component, RemoteFileConfiguration configuration)
           
 



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