org.apache.camel.component.file.remote
Class FtpComponent

java.lang.Object
  extended by org.apache.camel.impl.ServiceSupport
      extended by org.apache.camel.impl.DefaultComponent
          extended by org.apache.camel.component.file.GenericFileComponent<T>
              extended by org.apache.camel.component.file.remote.RemoteFileComponent<org.apache.commons.net.ftp.FTPFile>
                  extended by org.apache.camel.component.file.remote.FtpComponent
All Implemented Interfaces:
Component, Service

public class FtpComponent
extends RemoteFileComponent<org.apache.commons.net.ftp.FTPFile>

FTP Component


Field Summary
 
Fields inherited from class org.apache.camel.component.file.GenericFileComponent
log
 
Constructor Summary
FtpComponent()
           
FtpComponent(CamelContext context)
           
 
Method Summary
protected  void afterPropertiesSet(GenericFileEndpoint<org.apache.commons.net.ftp.FTPFile> endpoint)
           
protected  GenericFileEndpoint<org.apache.commons.net.ftp.FTPFile> buildFileEndpoint(String uri, String remaining, Map parameters)
           
 
Methods inherited from class org.apache.camel.component.file.GenericFileComponent
createEndpoint
 
Methods inherited from class org.apache.camel.impl.DefaultComponent
convertTo, createEndpoint, createScheduledExecutorService, doStart, doStop, getAndRemoveParameter, getAndRemoveParameter, getCamelContext, getExecutorService, getScheduledExecutorService, ifStartsWithReturnRemainder, lookup, lookup, mandatoryConvertTo, mandatoryLookup, mandatoryLookup, newInstance, setCamelContext, setExecutorService, setProperties, useIntrospectionOnEndpoint, validateParameters, validateURI
 
Methods inherited from class org.apache.camel.impl.ServiceSupport
addChildService, getStatus, getVersion, isRunAllowed, isStarted, isStarting, isStopped, isStopping, removeChildService, start, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FtpComponent

public FtpComponent()

FtpComponent

public FtpComponent(CamelContext context)
Method Detail

buildFileEndpoint

protected GenericFileEndpoint<org.apache.commons.net.ftp.FTPFile> buildFileEndpoint(String uri,
                                                                                    String remaining,
                                                                                    Map parameters)
                                                                             throws Exception
Specified by:
buildFileEndpoint in class GenericFileComponent<org.apache.commons.net.ftp.FTPFile>
Throws:
Exception

afterPropertiesSet

protected void afterPropertiesSet(GenericFileEndpoint<org.apache.commons.net.ftp.FTPFile> endpoint)
                           throws Exception
Specified by:
afterPropertiesSet in class GenericFileComponent<org.apache.commons.net.ftp.FTPFile>
Throws:
Exception


Apache CAMEL