org.apache.camel.component.file.remote
Class SftpComponent
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<com.jcraft.jsch.ChannelSftp.LsEntry>
org.apache.camel.component.file.remote.SftpComponent
- All Implemented Interfaces:
- CamelContextAware, Component, Service, ShutdownableService
public class SftpComponent
- extends RemoteFileComponent<com.jcraft.jsch.ChannelSftp.LsEntry>
Secure FTP Component
Methods inherited from class org.apache.camel.impl.DefaultComponent |
afterConfiguration, createEndpoint, doStart, doStop, getAndRemoveParameter, getAndRemoveParameter, getCamelContext, ifStartsWithReturnRemainder, resolveAndRemoveReferenceListParameter, resolveAndRemoveReferenceListParameter, resolveAndRemoveReferenceParameter, resolveAndRemoveReferenceParameter, setCamelContext, setProperties, useIntrospectionOnEndpoint, validateParameters, validateURI |
Methods inherited from class org.apache.camel.impl.ServiceSupport |
addChildService, doResume, doShutdown, doSuspend, getStatus, getVersion, isRunAllowed, isStarted, isStarting, isStopped, isStopping, isSuspended, isSuspending, removeChildService, resume, shutdown, start, start, stop, suspend |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SftpComponent
public SftpComponent()
SftpComponent
public SftpComponent(CamelContext context)
buildFileEndpoint
protected GenericFileEndpoint<com.jcraft.jsch.ChannelSftp.LsEntry> buildFileEndpoint(String uri,
String remaining,
Map<String,Object> parameters)
throws Exception
- Specified by:
buildFileEndpoint
in class GenericFileComponent<com.jcraft.jsch.ChannelSftp.LsEntry>
- Throws:
Exception
afterPropertiesSet
protected void afterPropertiesSet(GenericFileEndpoint<com.jcraft.jsch.ChannelSftp.LsEntry> endpoint)
throws Exception
- Specified by:
afterPropertiesSet
in class GenericFileComponent<com.jcraft.jsch.ChannelSftp.LsEntry>
- Throws:
Exception
Apache CAMEL