Class Olingo4Endpoint
- java.lang.Object
-
- org.apache.camel.support.service.BaseService
-
- org.apache.camel.support.service.ServiceSupport
-
- org.apache.camel.support.DefaultEndpoint
-
- org.apache.camel.support.ScheduledPollEndpoint
-
- org.apache.camel.support.component.AbstractApiEndpoint<Olingo4ApiName,Olingo4Configuration>
-
- org.apache.camel.component.olingo4.Olingo4Endpoint
-
- All Implemented Interfaces:
AutoCloseable,org.apache.camel.ApiEndpoint,org.apache.camel.CamelContextAware,org.apache.camel.Endpoint,org.apache.camel.IsSingleton,org.apache.camel.Service,org.apache.camel.ShutdownableService,org.apache.camel.spi.HasId,org.apache.camel.StatefulService,org.apache.camel.support.component.PropertiesInterceptor,org.apache.camel.support.component.PropertyNamesInterceptor,org.apache.camel.SuspendableService
@UriEndpoint(firstVersion="2.19.0", scheme="olingo4", title="Olingo4", syntax="olingo4:apiName/methodName", apiSyntax="apiName/methodName", category=CLOUD, headersClass=Olingo4Constants.class) public class Olingo4Endpoint extends org.apache.camel.support.component.AbstractApiEndpoint<Olingo4ApiName,Olingo4Configuration>Communicate with OData 4.0 services using Apache Olingo OData API.
-
-
Field Summary
Fields Modifier and Type Field Description protected static StringFILTER_ALREADY_SEENprotected static StringRESOURCE_PATH_PROPERTYprotected static StringRESPONSE_HANDLER_PROPERTYprotected static StringSERVICE_URI_PROPERTY
-
Constructor Summary
Constructors Constructor Description Olingo4Endpoint(String uri, Olingo4Component component, Olingo4ApiName apiName, String methodName, Olingo4Configuration endpointConfiguration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidafterConfigureProperties()voidconfigureProperties(Map<String,Object> options)org.apache.camel.ConsumercreateConsumer(org.apache.camel.Processor processor)org.apache.camel.ProducercreateProducer()protected voiddoStart()protected voiddoStop()ObjectgetApiProxy(org.apache.camel.support.component.ApiMethod method, Map<String,Object> args)Olingo4ComponentgetComponent()protected org.apache.camel.support.component.ApiMethodPropertiesHelper<Olingo4Configuration>getPropertiesHelper()protected StringgetThreadProfileName()voidinterceptProperties(Map<String,Object> properties)voidinterceptPropertyNames(Set<String> propertyNames)-
Methods inherited from class org.apache.camel.support.component.AbstractApiEndpoint
configureConsumer, getApiName, getCandidates, getConfiguration, getConfigurationProperties, getConfigurationPropertyNames, getEndpointProperties, getEndpointPropertyNames, getExecutorService, getInBody, getMethodHelper, getMethodName, setInBody
-
Methods inherited from class org.apache.camel.support.ScheduledPollEndpoint
configureScheduledPollConsumerProperties, 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, setUseFixedDelay
-
Methods inherited from class org.apache.camel.support.DefaultEndpoint
configureExchange, 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, toString
-
Methods inherited from class org.apache.camel.support.service.BaseService
build, 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, suspend
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.apache.camel.Endpoint
configureExchange, createAsyncProducer, createExchange, createExchange, createPollingConsumer, getCamelContext, getEndpointBaseUri, getEndpointKey, getEndpointUri, getExchangePattern, isLenientProperties, isSingletonProducer, setCamelContext
-
-
-
-
Field Detail
-
RESOURCE_PATH_PROPERTY
protected static final String RESOURCE_PATH_PROPERTY
- See Also:
- Constant Field Values
-
RESPONSE_HANDLER_PROPERTY
protected static final String RESPONSE_HANDLER_PROPERTY
- See Also:
- Constant Field Values
-
SERVICE_URI_PROPERTY
protected static final String SERVICE_URI_PROPERTY
- See Also:
- Constant Field Values
-
FILTER_ALREADY_SEEN
protected static final String FILTER_ALREADY_SEEN
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
Olingo4Endpoint
public Olingo4Endpoint(String uri, Olingo4Component component, Olingo4ApiName apiName, String methodName, Olingo4Configuration endpointConfiguration)
-
-
Method Detail
-
createConsumer
public org.apache.camel.Consumer createConsumer(org.apache.camel.Processor processor) throws Exception- Throws:
Exception
-
getPropertiesHelper
protected org.apache.camel.support.component.ApiMethodPropertiesHelper<Olingo4Configuration> getPropertiesHelper()
- Specified by:
getPropertiesHelperin classorg.apache.camel.support.component.AbstractApiEndpoint<Olingo4ApiName,Olingo4Configuration>
-
getThreadProfileName
protected String getThreadProfileName()
- Specified by:
getThreadProfileNamein classorg.apache.camel.support.component.AbstractApiEndpoint<Olingo4ApiName,Olingo4Configuration>
-
configureProperties
public void configureProperties(Map<String,Object> options)
- Specified by:
configurePropertiesin interfaceorg.apache.camel.Endpoint- Overrides:
configurePropertiesin classorg.apache.camel.support.component.AbstractApiEndpoint<Olingo4ApiName,Olingo4Configuration>
-
afterConfigureProperties
protected void afterConfigureProperties()
- Specified by:
afterConfigurePropertiesin classorg.apache.camel.support.component.AbstractApiEndpoint<Olingo4ApiName,Olingo4Configuration>
-
getApiProxy
public Object getApiProxy(org.apache.camel.support.component.ApiMethod method, Map<String,Object> args)
- Specified by:
getApiProxyin classorg.apache.camel.support.component.AbstractApiEndpoint<Olingo4ApiName,Olingo4Configuration>
-
getComponent
public Olingo4Component getComponent()
- Overrides:
getComponentin classorg.apache.camel.support.DefaultEndpoint
-
doStart
protected void doStart() throws Exception- Overrides:
doStartin classorg.apache.camel.support.ScheduledPollEndpoint- Throws:
Exception
-
doStop
protected void doStop() throws Exception- Overrides:
doStopin classorg.apache.camel.support.ScheduledPollEndpoint- Throws:
Exception
-
interceptPropertyNames
public void interceptPropertyNames(Set<String> propertyNames)
- Specified by:
interceptPropertyNamesin interfaceorg.apache.camel.support.component.PropertyNamesInterceptor- Overrides:
interceptPropertyNamesin classorg.apache.camel.support.component.AbstractApiEndpoint<Olingo4ApiName,Olingo4Configuration>
-
interceptProperties
public void interceptProperties(Map<String,Object> properties)
- Specified by:
interceptPropertiesin interfaceorg.apache.camel.support.component.PropertiesInterceptor- Overrides:
interceptPropertiesin classorg.apache.camel.support.component.AbstractApiEndpoint<Olingo4ApiName,Olingo4Configuration>
-
-