@UriEndpoint(firstVersion="2.19.0",
scheme="olingo4",
title="Olingo4",
syntax="olingo4:apiName/methodName",
apiSyntax="apiName/methodName",
category=CLOUD)
public class Olingo4Endpoint
extends org.apache.camel.support.component.AbstractApiEndpoint<Olingo4ApiName,Olingo4Configuration>
| Modifier and Type | Field and Description |
|---|---|
protected static String |
FILTER_ALREADY_SEEN |
protected static String |
RESOURCE_PATH_PROPERTY |
protected static String |
RESPONSE_HANDLER_PROPERTY |
protected static String |
SERVICE_URI_PROPERTY |
| Constructor and Description |
|---|
Olingo4Endpoint(String uri,
Olingo4Component component,
Olingo4ApiName apiName,
String methodName,
Olingo4Configuration endpointConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
afterConfigureProperties() |
void |
configureProperties(Map<String,Object> options) |
org.apache.camel.Consumer |
createConsumer(org.apache.camel.Processor processor) |
org.apache.camel.Producer |
createProducer() |
protected void |
doStart() |
protected void |
doStop() |
Object |
getApiProxy(org.apache.camel.support.component.ApiMethod method,
Map<String,Object> args) |
Olingo4Component |
getComponent() |
protected org.apache.camel.support.component.ApiMethodPropertiesHelper<Olingo4Configuration> |
getPropertiesHelper() |
protected String |
getThreadProfileName() |
void |
interceptProperties(Map<String,Object> properties) |
void |
interceptPropertyNames(Set<String> propertyNames) |
configureConsumer, getApiName, getCandidates, getConfiguration, getConfigurationProperties, getConfigurationPropertyNames, getEndpointProperties, getEndpointPropertyNames, getExecutorService, getInBody, getMethodHelper, getMethodName, setInBodyconfigureScheduledPollConsumerProperties, doConfigureConsumer, getBackoffErrorThreshold, getBackoffIdleThreshold, getBackoffMultiplier, getDefaultDelay, getDelay, getInitialDelay, getPollStrategy, getRepeatCount, getRunLoggingLevel, getScheduledExecutorService, getScheduler, getSchedulerProperties, getTimeUnit, isGreedy, isSendEmptyMessageWhenIdle, isStartScheduler, isUseFixedDelay, setBackoffErrorThreshold, setBackoffIdleThreshold, setBackoffMultiplier, setDelay, setGreedy, setInitialDelay, setPollStrategy, setRepeatCount, setRunLoggingLevel, setScheduledExecutorService, setScheduler, setSchedulerProperties, setSendEmptyMessageWhenIdle, setStartScheduler, setTimeUnit, setUseFixedDelayconfigureExchange, configurePollingConsumer, createAsyncProducer, createEndpointUri, createExchange, createExchange, createPollingConsumer, doInit, equals, getCamelContext, getEndpointKey, getEndpointUri, getExceptionHandler, getExchangePattern, getId, getPollingConsumerBlockTimeout, getPollingConsumerQueueSize, hashCode, isAutowiredEnabled, isBridgeErrorHandler, isLazyStartProducer, isLenientProperties, isPollingConsumerBlockWhenFull, isPollingConsumerCopy, isSingleton, setAutowiredEnabled, setBridgeErrorHandler, setCamelContext, setComponent, setEndpointUri, setEndpointUriIfNotSpecified, setExceptionHandler, setExchangePattern, setLazyStartProducer, setPollingConsumerBlockTimeout, setPollingConsumerBlockWhenFull, setPollingConsumerCopy, setPollingConsumerQueueSize, setProperties, toStringbuild, doBuild, doFail, doLifecycleChange, doResume, doShutdown, doSuspend, fail, getStatus, init, isBuild, isInit, isNew, isRunAllowed, isShutdown, isStarted, isStarting, isStartingOrStarted, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, isSuspendingOrSuspended, resume, shutdown, start, stop, suspendclone, finalize, getClass, notify, notifyAll, wait, wait, waitconfigureExchange, createAsyncProducer, createExchange, createExchange, createPollingConsumer, getCamelContext, getEndpointBaseUri, getEndpointKey, getEndpointUri, getExchangePattern, isLenientProperties, isSingletonProducer, setCamelContextprotected static final String RESOURCE_PATH_PROPERTY
protected static final String RESPONSE_HANDLER_PROPERTY
protected static final String SERVICE_URI_PROPERTY
protected static final String FILTER_ALREADY_SEEN
public Olingo4Endpoint(String uri, Olingo4Component component, Olingo4ApiName apiName, String methodName, Olingo4Configuration endpointConfiguration)
public org.apache.camel.Consumer createConsumer(org.apache.camel.Processor processor)
throws Exception
Exceptionprotected org.apache.camel.support.component.ApiMethodPropertiesHelper<Olingo4Configuration> getPropertiesHelper()
getPropertiesHelper in class org.apache.camel.support.component.AbstractApiEndpoint<Olingo4ApiName,Olingo4Configuration>protected String getThreadProfileName()
getThreadProfileName in class org.apache.camel.support.component.AbstractApiEndpoint<Olingo4ApiName,Olingo4Configuration>public void configureProperties(Map<String,Object> options)
configureProperties in interface org.apache.camel.EndpointconfigureProperties in class org.apache.camel.support.component.AbstractApiEndpoint<Olingo4ApiName,Olingo4Configuration>protected void afterConfigureProperties()
afterConfigureProperties in class org.apache.camel.support.component.AbstractApiEndpoint<Olingo4ApiName,Olingo4Configuration>public Object getApiProxy(org.apache.camel.support.component.ApiMethod method, Map<String,Object> args)
getApiProxy in class org.apache.camel.support.component.AbstractApiEndpoint<Olingo4ApiName,Olingo4Configuration>public Olingo4Component getComponent()
getComponent in class org.apache.camel.support.DefaultEndpointprotected void doStart()
throws Exception
doStart in class org.apache.camel.support.ScheduledPollEndpointExceptionprotected void doStop()
throws Exception
doStop in class org.apache.camel.support.ScheduledPollEndpointExceptionpublic void interceptPropertyNames(Set<String> propertyNames)
interceptPropertyNames in interface org.apache.camel.support.component.PropertyNamesInterceptorinterceptPropertyNames in class org.apache.camel.support.component.AbstractApiEndpoint<Olingo4ApiName,Olingo4Configuration>public void interceptProperties(Map<String,Object> properties)
interceptProperties in interface org.apache.camel.support.component.PropertiesInterceptorinterceptProperties in class org.apache.camel.support.component.AbstractApiEndpoint<Olingo4ApiName,Olingo4Configuration>Apache Camel