@Component(value="sftp") public class SftpComponent extends RemoteFileComponent<SftpRemoteFile>
REMOTE_FILE_INPUT_STREAM| Constructor and Description |
|---|
SftpComponent() |
SftpComponent(org.apache.camel.CamelContext context) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
afterPropertiesSet(org.apache.camel.component.file.GenericFileEndpoint<SftpRemoteFile> endpoint) |
protected org.apache.camel.component.file.GenericFileEndpoint<SftpRemoteFile> |
buildFileEndpoint(String uri,
String remaining,
Map<String,Object> parameters) |
afterConfiguration, createEndpoint, createEndpoint, doBuild, doStart, doStop, getAndRemoveOrResolveReferenceParameter, getAndRemoveOrResolveReferenceParameter, getAndRemoveParameter, getAndRemoveParameter, getCamelContext, getComponentPropertyConfigurer, getEndpointPropertyConfigurer, getExtension, getSupportedExtensions, ifStartsWithReturnRemainder, isBasicPropertyBinding, isBridgeErrorHandler, isLazyStartProducer, registerExtension, registerExtension, resolveAndRemoveReferenceListParameter, resolveAndRemoveReferenceListParameter, resolveAndRemoveReferenceParameter, resolveAndRemoveReferenceParameter, setBasicPropertyBinding, setBridgeErrorHandler, setCamelContext, setLazyStartProducer, setProperties, setProperties, setProperties, useIntrospectionOnEndpoint, useRawUri, validateParameters, validateURIbuild, doFail, doInit, doLifecycleChange, doResume, doShutdown, doSuspend, fail, getStatus, init, isBuild, isInit, isNew, isRunAllowed, isShutdown, isStarted, isStarting, isStartingOrStarted, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, isSuspendingOrSuspended, resume, shutdown, start, stop, suspendclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic SftpComponent()
public SftpComponent(org.apache.camel.CamelContext context)
protected org.apache.camel.component.file.GenericFileEndpoint<SftpRemoteFile> buildFileEndpoint(String uri, String remaining, Map<String,Object> parameters) throws Exception
buildFileEndpoint in class org.apache.camel.component.file.GenericFileComponent<SftpRemoteFile>Exceptionprotected void afterPropertiesSet(org.apache.camel.component.file.GenericFileEndpoint<SftpRemoteFile> endpoint) throws Exception
afterPropertiesSet in class org.apache.camel.component.file.GenericFileComponent<SftpRemoteFile>ExceptionApache Camel