org.apache.camel.component.file.remote
Class FtpComponent
java.lang.Object
org.apache.camel.impl.ServiceSupport
org.apache.camel.impl.DefaultComponent
org.apache.camel.component.file.GenericFileComponent<T>
org.apache.camel.component.file.remote.RemoteFileComponent<org.apache.commons.net.ftp.FTPFile>
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
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 |
FtpComponent
public FtpComponent()
FtpComponent
public FtpComponent(CamelContext context)
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