Interface Olingo4EndpointBuilderFactory.Olingo4EndpointBuilder
- All Superinterfaces:
org.apache.camel.builder.EndpointConsumerBuilder,org.apache.camel.EndpointConsumerResolver,org.apache.camel.builder.EndpointProducerBuilder,org.apache.camel.EndpointProducerResolver,Olingo4EndpointBuilderFactory.Olingo4EndpointConsumerBuilder,Olingo4EndpointBuilderFactory.Olingo4EndpointProducerBuilder
- Enclosing interface:
Olingo4EndpointBuilderFactory
public static interface Olingo4EndpointBuilderFactory.Olingo4EndpointBuilder
extends Olingo4EndpointBuilderFactory.Olingo4EndpointConsumerBuilder, Olingo4EndpointBuilderFactory.Olingo4EndpointProducerBuilder
Builder for endpoint for the Olingo4 component.
-
Method Summary
Modifier and TypeMethodDescriptionadvanced()connectTimeout(int connectTimeout) HTTP connection creation timeout in milliseconds, defaults to 30,000 (30 seconds).connectTimeout(String connectTimeout) HTTP connection creation timeout in milliseconds, defaults to 30,000 (30 seconds).contentType(String contentType) Content-Type header value can be used to specify JSON or XML message format, defaults to application/json;charset=utf-8.filterAlreadySeen(boolean filterAlreadySeen) Set this to true to filter out results that have already been communicated by this component.filterAlreadySeen(String filterAlreadySeen) Set this to true to filter out results that have already been communicated by this component.httpHeaders(String httpHeaders) Custom HTTP headers to inject into every request, this could include OAuth tokens, etc.httpHeaders(Map<String, String> httpHeaders) Custom HTTP headers to inject into every request, this could include OAuth tokens, etc.Sets the name of a parameter to be passed in the exchange In Body.HTTP proxy server configuration.proxy(org.apache.http.HttpHost proxy) HTTP proxy server configuration.serviceUri(String serviceUri) Target OData service base URI, e.g.socketTimeout(int socketTimeout) HTTP request timeout in milliseconds, defaults to 30,000 (30 seconds).socketTimeout(String socketTimeout) HTTP request timeout in milliseconds, defaults to 30,000 (30 seconds).sslContextParameters(String sslContextParameters) To configure security using SSLContextParameters.sslContextParameters(org.apache.camel.support.jsse.SSLContextParameters sslContextParameters) To configure security using SSLContextParameters.Methods inherited from interface org.apache.camel.builder.EndpointConsumerBuilder
doSetMultiValueProperties, doSetMultiValueProperty, doSetProperty, expr, getRawUri, getUriMethods inherited from interface org.apache.camel.EndpointConsumerResolver
resolve, resolveMethods inherited from interface org.apache.camel.builder.EndpointProducerBuilder
doSetMultiValueProperties, doSetMultiValueProperty, doSetProperty, expr, getRawUri, getUriMethods inherited from interface org.apache.camel.EndpointProducerResolver
resolve, resolveMethods inherited from interface org.apache.camel.builder.endpoint.dsl.Olingo4EndpointBuilderFactory.Olingo4EndpointConsumerBuilder
backoffErrorThreshold, backoffErrorThreshold, backoffIdleThreshold, backoffIdleThreshold, backoffMultiplier, backoffMultiplier, delay, delay, greedy, greedy, initialDelay, initialDelay, repeatCount, repeatCount, runLoggingLevel, runLoggingLevel, scheduledExecutorService, scheduledExecutorService, scheduler, scheduler, schedulerProperties, schedulerProperties, sendEmptyMessageWhenIdle, sendEmptyMessageWhenIdle, splitResult, splitResult, startScheduler, startScheduler, timeUnit, timeUnit, useFixedDelay, useFixedDelay
-
Method Details
-
advanced
- Specified by:
advancedin interfaceOlingo4EndpointBuilderFactory.Olingo4EndpointConsumerBuilder- Specified by:
advancedin interfaceOlingo4EndpointBuilderFactory.Olingo4EndpointProducerBuilder
-
connectTimeout
HTTP connection creation timeout in milliseconds, defaults to 30,000 (30 seconds). The option is a: <code>int</code> type. Default: 30000 Group: common- Specified by:
connectTimeoutin interfaceOlingo4EndpointBuilderFactory.Olingo4EndpointConsumerBuilder- Specified by:
connectTimeoutin interfaceOlingo4EndpointBuilderFactory.Olingo4EndpointProducerBuilder- Parameters:
connectTimeout- the value to set- Returns:
- the dsl builder
-
connectTimeout
HTTP connection creation timeout in milliseconds, defaults to 30,000 (30 seconds). The option will be converted to a <code>int</code> type. Default: 30000 Group: common- Specified by:
connectTimeoutin interfaceOlingo4EndpointBuilderFactory.Olingo4EndpointConsumerBuilder- Specified by:
connectTimeoutin interfaceOlingo4EndpointBuilderFactory.Olingo4EndpointProducerBuilder- Parameters:
connectTimeout- the value to set- Returns:
- the dsl builder
-
contentType
Content-Type header value can be used to specify JSON or XML message format, defaults to application/json;charset=utf-8. The option is a: <code>java.lang.String</code> type. Default: application/json;charset=utf-8 Group: common- Specified by:
contentTypein interfaceOlingo4EndpointBuilderFactory.Olingo4EndpointConsumerBuilder- Specified by:
contentTypein interfaceOlingo4EndpointBuilderFactory.Olingo4EndpointProducerBuilder- Parameters:
contentType- the value to set- Returns:
- the dsl builder
-
filterAlreadySeen
default Olingo4EndpointBuilderFactory.Olingo4EndpointBuilder filterAlreadySeen(boolean filterAlreadySeen) Set this to true to filter out results that have already been communicated by this component. The option is a: <code>boolean</code> type. Default: false Group: common- Specified by:
filterAlreadySeenin interfaceOlingo4EndpointBuilderFactory.Olingo4EndpointConsumerBuilder- Specified by:
filterAlreadySeenin interfaceOlingo4EndpointBuilderFactory.Olingo4EndpointProducerBuilder- Parameters:
filterAlreadySeen- the value to set- Returns:
- the dsl builder
-
filterAlreadySeen
default Olingo4EndpointBuilderFactory.Olingo4EndpointBuilder filterAlreadySeen(String filterAlreadySeen) Set this to true to filter out results that have already been communicated by this component. The option will be converted to a <code>boolean</code> type. Default: false Group: common- Specified by:
filterAlreadySeenin interfaceOlingo4EndpointBuilderFactory.Olingo4EndpointConsumerBuilder- Specified by:
filterAlreadySeenin interfaceOlingo4EndpointBuilderFactory.Olingo4EndpointProducerBuilder- Parameters:
filterAlreadySeen- the value to set- Returns:
- the dsl builder
-
httpHeaders
default Olingo4EndpointBuilderFactory.Olingo4EndpointBuilder httpHeaders(Map<String, String> httpHeaders) Custom HTTP headers to inject into every request, this could include OAuth tokens, etc. The option is a: <code>java.util.Map<java.lang.String, java.lang.String></code> type. Group: common- Specified by:
httpHeadersin interfaceOlingo4EndpointBuilderFactory.Olingo4EndpointConsumerBuilder- Specified by:
httpHeadersin interfaceOlingo4EndpointBuilderFactory.Olingo4EndpointProducerBuilder- Parameters:
httpHeaders- the value to set- Returns:
- the dsl builder
-
httpHeaders
Custom HTTP headers to inject into every request, this could include OAuth tokens, etc. The option will be converted to a <code>java.util.Map<java.lang.String, java.lang.String></code> type. Group: common- Specified by:
httpHeadersin interfaceOlingo4EndpointBuilderFactory.Olingo4EndpointConsumerBuilder- Specified by:
httpHeadersin interfaceOlingo4EndpointBuilderFactory.Olingo4EndpointProducerBuilder- Parameters:
httpHeaders- the value to set- Returns:
- the dsl builder
-
inBody
Sets the name of a parameter to be passed in the exchange In Body. The option is a: <code>java.lang.String</code> type. Group: common- Specified by:
inBodyin interfaceOlingo4EndpointBuilderFactory.Olingo4EndpointConsumerBuilder- Specified by:
inBodyin interfaceOlingo4EndpointBuilderFactory.Olingo4EndpointProducerBuilder- Parameters:
inBody- the value to set- Returns:
- the dsl builder
-
proxy
HTTP proxy server configuration. The option is a: <code>org.apache.http.HttpHost</code> type. Group: common- Specified by:
proxyin interfaceOlingo4EndpointBuilderFactory.Olingo4EndpointConsumerBuilder- Specified by:
proxyin interfaceOlingo4EndpointBuilderFactory.Olingo4EndpointProducerBuilder- Parameters:
proxy- the value to set- Returns:
- the dsl builder
-
proxy
HTTP proxy server configuration. The option will be converted to a <code>org.apache.http.HttpHost</code> type. Group: common- Specified by:
proxyin interfaceOlingo4EndpointBuilderFactory.Olingo4EndpointConsumerBuilder- Specified by:
proxyin interfaceOlingo4EndpointBuilderFactory.Olingo4EndpointProducerBuilder- Parameters:
proxy- the value to set- Returns:
- the dsl builder
-
serviceUri
Target OData service base URI, e.g. http://services.odata.org/OData/OData.svc. The option is a: <code>java.lang.String</code> type. Group: common- Specified by:
serviceUriin interfaceOlingo4EndpointBuilderFactory.Olingo4EndpointConsumerBuilder- Specified by:
serviceUriin interfaceOlingo4EndpointBuilderFactory.Olingo4EndpointProducerBuilder- Parameters:
serviceUri- the value to set- Returns:
- the dsl builder
-
socketTimeout
HTTP request timeout in milliseconds, defaults to 30,000 (30 seconds). The option is a: <code>int</code> type. Default: 30000 Group: common- Specified by:
socketTimeoutin interfaceOlingo4EndpointBuilderFactory.Olingo4EndpointConsumerBuilder- Specified by:
socketTimeoutin interfaceOlingo4EndpointBuilderFactory.Olingo4EndpointProducerBuilder- Parameters:
socketTimeout- the value to set- Returns:
- the dsl builder
-
socketTimeout
HTTP request timeout in milliseconds, defaults to 30,000 (30 seconds). The option will be converted to a <code>int</code> type. Default: 30000 Group: common- Specified by:
socketTimeoutin interfaceOlingo4EndpointBuilderFactory.Olingo4EndpointConsumerBuilder- Specified by:
socketTimeoutin interfaceOlingo4EndpointBuilderFactory.Olingo4EndpointProducerBuilder- Parameters:
socketTimeout- the value to set- Returns:
- the dsl builder
-
sslContextParameters
default Olingo4EndpointBuilderFactory.Olingo4EndpointBuilder sslContextParameters(org.apache.camel.support.jsse.SSLContextParameters sslContextParameters) To configure security using SSLContextParameters. The option is a: <code>org.apache.camel.support.jsse.SSLContextParameters</code> type. Group: security- Specified by:
sslContextParametersin interfaceOlingo4EndpointBuilderFactory.Olingo4EndpointConsumerBuilder- Specified by:
sslContextParametersin interfaceOlingo4EndpointBuilderFactory.Olingo4EndpointProducerBuilder- Parameters:
sslContextParameters- the value to set- Returns:
- the dsl builder
-
sslContextParameters
default Olingo4EndpointBuilderFactory.Olingo4EndpointBuilder sslContextParameters(String sslContextParameters) To configure security using SSLContextParameters. The option will be converted to a <code>org.apache.camel.support.jsse.SSLContextParameters</code> type. Group: security- Specified by:
sslContextParametersin interfaceOlingo4EndpointBuilderFactory.Olingo4EndpointConsumerBuilder- Specified by:
sslContextParametersin interfaceOlingo4EndpointBuilderFactory.Olingo4EndpointProducerBuilder- Parameters:
sslContextParameters- the value to set- Returns:
- the dsl builder
-