public class FtpsComponent extends FtpComponent
REMOTE_FILE_INPUT_STREAM| Constructor and Description |
|---|
FtpsComponent() |
FtpsComponent(org.apache.camel.CamelContext context) |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.camel.component.file.GenericFileEndpoint<org.apache.commons.net.ftp.FTPFile> |
buildFileEndpoint(String uri,
String remaining,
Map<String,Object> parameters) |
protected void |
extractAndSetFtpClientKeyStoreParameters(Map<String,Object> parameters,
FtpsEndpoint endpoint)
Extract additional ftp client key store options from the parameters map (parameters starting with
'ftpClient.keyStore.').
|
protected void |
extractAndSetFtpClientTrustStoreParameters(Map<String,Object> parameters,
FtpsEndpoint endpoint)
Extract additional ftp client trust store options from the parameters map (parameters starting with
'ftpClient.trustStore.').
|
afterPropertiesSet, extractAndSetFtpClientConfigParameters, extractAndSetFtpClientParameters, getBaseUricreateComponentConfiguration, createParameterConfigurationMap, getEndpointClass, getParameterConfigurationMap, populateParameterConfigurationMap, setEndpointClassafterConfiguration, createConfiguration, createEndpoint, doStart, doStop, getAndRemoveOrResolveReferenceParameter, getAndRemoveOrResolveReferenceParameter, getAndRemoveParameter, getAndRemoveParameter, getCamelContext, ifStartsWithReturnRemainder, preProcessUri, resolveAndRemoveReferenceListParameter, resolveAndRemoveReferenceListParameter, resolveAndRemoveReferenceParameter, resolveAndRemoveReferenceParameter, setCamelContext, setProperties, useIntrospectionOnEndpoint, useRawUri, validateParameters, validateURIpublic FtpsComponent()
public FtpsComponent(org.apache.camel.CamelContext context)
protected org.apache.camel.component.file.GenericFileEndpoint<org.apache.commons.net.ftp.FTPFile> buildFileEndpoint(String uri, String remaining, Map<String,Object> parameters) throws Exception
buildFileEndpoint in class FtpComponentExceptionprotected void extractAndSetFtpClientKeyStoreParameters(Map<String,Object> parameters, FtpsEndpoint endpoint)
protected void extractAndSetFtpClientTrustStoreParameters(Map<String,Object> parameters, FtpsEndpoint endpoint)
Apache Camel