public class SftpComponent extends RemoteFileComponent<com.jcraft.jsch.ChannelSftp.LsEntry>
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<com.jcraft.jsch.ChannelSftp.LsEntry> endpoint) |
protected org.apache.camel.component.file.GenericFileEndpoint<com.jcraft.jsch.ChannelSftp.LsEntry> |
buildFileEndpoint(String uri,
String remaining,
Map<String,Object> parameters) |
createComponentConfiguration, createParameterConfigurationMap, getEndpointClass, getParameterConfigurationMap, populateParameterConfigurationMap, setEndpointClass
afterConfiguration, createConfiguration, createEndpoint, doStart, doStop, getAndRemoveOrResolveReferenceParameter, getAndRemoveOrResolveReferenceParameter, getAndRemoveParameter, getAndRemoveParameter, getCamelContext, ifStartsWithReturnRemainder, preProcessUri, resolveAndRemoveReferenceListParameter, resolveAndRemoveReferenceListParameter, resolveAndRemoveReferenceParameter, resolveAndRemoveReferenceParameter, setCamelContext, setProperties, useIntrospectionOnEndpoint, useRawUri, validateParameters, validateURI
public SftpComponent()
public SftpComponent(org.apache.camel.CamelContext context)
protected org.apache.camel.component.file.GenericFileEndpoint<com.jcraft.jsch.ChannelSftp.LsEntry> buildFileEndpoint(String uri, String remaining, Map<String,Object> parameters) throws Exception
buildFileEndpoint
in class org.apache.camel.component.file.GenericFileComponent<com.jcraft.jsch.ChannelSftp.LsEntry>
Exception
protected void afterPropertiesSet(org.apache.camel.component.file.GenericFileEndpoint<com.jcraft.jsch.ChannelSftp.LsEntry> endpoint) throws Exception
afterPropertiesSet
in class org.apache.camel.component.file.GenericFileComponent<com.jcraft.jsch.ChannelSftp.LsEntry>
Exception
Apache Camel