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) |
createComponentConfiguration, createParameterConfigurationMap, getEndpointClass, getParameterConfigurationMap, populateParameterConfigurationMap, setEndpointClassafterConfiguration, createConfiguration, createEndpoint, doStart, doStop, getAndRemoveOrResolveReferenceParameter, getAndRemoveOrResolveReferenceParameter, getAndRemoveParameter, getAndRemoveParameter, getCamelContext, getExtension, getSupportedExtensions, ifStartsWithReturnRemainder, isResolvePropertyPlaceholders, preProcessUri, registerExtension, registerExtension, resolveAndRemoveReferenceListParameter, resolveAndRemoveReferenceListParameter, resolveAndRemoveReferenceParameter, resolveAndRemoveReferenceParameter, setCamelContext, setProperties, setProperties, setResolvePropertyPlaceholders, useIntrospectionOnEndpoint, useRawUri, validateParameters, validateURIpublic 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