public class Olingo4Consumer extends org.apache.camel.util.component.AbstractApiConsumer<Olingo4ApiName,Olingo4Configuration>
| Constructor and Description |
|---|
Olingo4Consumer(Olingo4Endpoint endpoint,
org.apache.camel.Processor processor) |
| Modifier and Type | Method and Description |
|---|---|
void |
interceptProperties(Map<String,Object> properties) |
void |
interceptResult(Object result,
org.apache.camel.Exchange resultExchange) |
protected int |
poll() |
Object |
splitResult(Object result) |
doInvokeMethod, interceptPropertyNames, isGreedy, isSplitResult, setSplitResultafterPoll, beforePoll, doShutdown, doStart, doStop, doSuspend, getBackoffCounter, getBackoffErrorThreshold, getBackoffIdleThreshold, getBackoffMultiplier, getDelay, getInitialDelay, getPollStrategy, getRunLoggingLevel, getScheduledExecutorService, getScheduler, getSchedulerProperties, getTimeUnit, isPollAllowed, isPolling, isSchedulerStarted, isSendEmptyMessageWhenIdle, isStartScheduler, isUseFixedDelay, onInit, processEmptyMessage, run, setBackoffErrorThreshold, setBackoffIdleThreshold, setBackoffMultiplier, setDelay, setGreedy, setInitialDelay, setPollStrategy, setRunLoggingLevel, setScheduledExecutorService, setScheduler, setSchedulerProperties, setSendEmptyMessageWhenIdle, setStartScheduler, setTimeUnit, setUseFixedDelay, startSchedulercreateUoW, doneUoW, getAsyncProcessor, getEndpoint, getExceptionHandler, getProcessor, getRoute, handleException, handleException, setExceptionHandler, setRoute, toStringdoResume, getStatus, getVersion, isRunAllowed, isStarted, isStarting, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, isSuspendingOrSuspended, resume, shutdown, start, stop, suspendpublic Olingo4Consumer(Olingo4Endpoint endpoint, org.apache.camel.Processor processor)
protected int poll()
throws Exception
poll in class org.apache.camel.util.component.AbstractApiConsumer<Olingo4ApiName,Olingo4Configuration>Exceptionpublic void interceptProperties(Map<String,Object> properties)
interceptProperties in interface org.apache.camel.util.component.PropertiesInterceptorinterceptProperties in class org.apache.camel.util.component.AbstractApiConsumer<Olingo4ApiName,Olingo4Configuration>public void interceptResult(Object result, org.apache.camel.Exchange resultExchange)
interceptResult in interface org.apache.camel.util.component.ResultInterceptorinterceptResult in class org.apache.camel.util.component.AbstractApiConsumer<Olingo4ApiName,Olingo4Configuration>public Object splitResult(Object result)
splitResult in interface org.apache.camel.util.component.ResultInterceptorsplitResult in class org.apache.camel.util.component.AbstractApiConsumer<Olingo4ApiName,Olingo4Configuration>Apache Camel