public class AtmosComponent
extends org.apache.camel.impl.UriEndpointComponent
| Constructor and Description |
|---|
AtmosComponent() |
AtmosComponent(org.apache.camel.CamelContext context) |
| Modifier and Type | Method and Description |
|---|---|
protected AtmosEndpoint |
createEndpoint(String uri,
String remaining,
Map<String,Object> parameters) |
String |
getFullTokenId() |
String |
getSecretKey() |
String |
getUri() |
boolean |
isSslValidation() |
void |
setFullTokenId(String fullTokenId)
The token id to pass to the Atmos client
|
void |
setSecretKey(String secretKey)
The secret key to pass to the Atmos client
|
void |
setSslValidation(boolean sslValidation)
Whether the Atmos client should perform SSL validation
|
void |
setUri(String uri)
The URI of the server for the Atmos client to connect to
|
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 AtmosComponent()
public AtmosComponent(org.apache.camel.CamelContext context)
protected AtmosEndpoint createEndpoint(String uri, String remaining, Map<String,Object> parameters) throws Exception
createEndpoint in class org.apache.camel.impl.DefaultComponentExceptionpublic String getFullTokenId()
public void setFullTokenId(String fullTokenId)
public String getSecretKey()
public void setSecretKey(String secretKey)
public String getUri()
public void setUri(String uri)
public boolean isSslValidation()
public void setSslValidation(boolean sslValidation)
Apache Camel