public class Olingo4Component extends org.apache.camel.util.component.AbstractApiComponent<Olingo4ApiName,Olingo4Configuration,Olingo4ApiCollection> implements org.apache.camel.SSLContextParametersAware
Olingo4Endpoint.| Constructor and Description |
|---|
Olingo4Component() |
Olingo4Component(org.apache.camel.CamelContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
closeApiProxy(Olingo4AppWrapper apiProxy) |
Olingo4AppWrapper |
createApiProxy(Olingo4Configuration endpointConfiguration) |
protected org.apache.camel.Endpoint |
createEndpoint(String uri,
String remaining,
Map<String,Object> parameters) |
protected org.apache.camel.Endpoint |
createEndpoint(String uri,
String methodName,
Olingo4ApiName apiName,
Olingo4Configuration endpointConfiguration) |
protected void |
doStop() |
protected Olingo4ApiName |
getApiName(String apiNameStr) |
Olingo4Configuration |
getConfiguration()
To use the shared configuration
|
boolean |
isUseGlobalSslContextParameters() |
void |
setConfiguration(Olingo4Configuration configuration)
To use the shared configuration
|
void |
setUseGlobalSslContextParameters(boolean useGlobalSslContextParameters)
Enable usage of global SSL context parameters.
|
completeEndpointPath, createEndpointConfiguration, getApiNameOrNull, getCompletedMethodscreateComponentConfiguration, createParameterConfigurationMap, getEndpointClass, getParameterConfigurationMap, populateParameterConfigurationMap, setEndpointClassafterConfiguration, createConfiguration, createEndpoint, doStart, getAndRemoveOrResolveReferenceParameter, getAndRemoveOrResolveReferenceParameter, getAndRemoveParameter, getAndRemoveParameter, getCamelContext, ifStartsWithReturnRemainder, isResolvePropertyPlaceholders, preProcessUri, resolveAndRemoveReferenceListParameter, resolveAndRemoveReferenceListParameter, resolveAndRemoveReferenceParameter, resolveAndRemoveReferenceParameter, setCamelContext, setProperties, setProperties, setResolvePropertyPlaceholders, useIntrospectionOnEndpoint, useRawUri, validateParameters, validateURIdoResume, doShutdown, doSuspend, getStatus, getVersion, isRunAllowed, isStarted, isStarting, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, isSuspendingOrSuspended, resume, shutdown, start, stop, suspendclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic Olingo4Component()
public Olingo4Component(org.apache.camel.CamelContext context)
protected Olingo4ApiName getApiName(String apiNameStr) throws IllegalArgumentException
getApiName in class org.apache.camel.util.component.AbstractApiComponent<Olingo4ApiName,Olingo4Configuration,Olingo4ApiCollection>IllegalArgumentExceptionprotected org.apache.camel.Endpoint createEndpoint(String uri, String remaining, Map<String,Object> parameters) throws Exception
createEndpoint in class org.apache.camel.util.component.AbstractApiComponent<Olingo4ApiName,Olingo4Configuration,Olingo4ApiCollection>Exceptionprotected org.apache.camel.Endpoint createEndpoint(String uri, String methodName, Olingo4ApiName apiName, Olingo4Configuration endpointConfiguration)
createEndpoint in class org.apache.camel.util.component.AbstractApiComponent<Olingo4ApiName,Olingo4Configuration,Olingo4ApiCollection>public void setConfiguration(Olingo4Configuration configuration)
setConfiguration in class org.apache.camel.util.component.AbstractApiComponent<Olingo4ApiName,Olingo4Configuration,Olingo4ApiCollection>public Olingo4Configuration getConfiguration()
getConfiguration in class org.apache.camel.util.component.AbstractApiComponent<Olingo4ApiName,Olingo4Configuration,Olingo4ApiCollection>public Olingo4AppWrapper createApiProxy(Olingo4Configuration endpointConfiguration)
public boolean isUseGlobalSslContextParameters()
isUseGlobalSslContextParameters in interface org.apache.camel.SSLContextParametersAwarepublic void setUseGlobalSslContextParameters(boolean useGlobalSslContextParameters)
setUseGlobalSslContextParameters in interface org.apache.camel.SSLContextParametersAwarepublic void closeApiProxy(Olingo4AppWrapper apiProxy)
Apache Camel