public static interface Olingo2ComponentBuilderFactory.Olingo2ComponentBuilder extends ComponentBuilder<org.apache.camel.component.olingo2.Olingo2Component>
| Modifier and Type | Method and Description |
|---|---|
default Olingo2ComponentBuilderFactory.Olingo2ComponentBuilder |
basicPropertyBinding(boolean basicPropertyBinding)
Whether the component should use basic property binding (Camel 2.x)
or the newer property binding with additional capabilities.
|
default Olingo2ComponentBuilderFactory.Olingo2ComponentBuilder |
bridgeErrorHandler(boolean bridgeErrorHandler)
Allows for bridging the consumer to the Camel routing Error Handler,
which mean any exceptions occurred while the consumer is trying to
pickup incoming messages, or the likes, will now be processed as a
message and handled by the routing Error Handler.
|
default Olingo2ComponentBuilderFactory.Olingo2ComponentBuilder |
configuration(org.apache.camel.component.olingo2.Olingo2Configuration configuration)
To use the shared configuration.
|
default Olingo2ComponentBuilderFactory.Olingo2ComponentBuilder |
connectTimeout(int connectTimeout)
HTTP connection creation timeout in milliseconds, defaults to 30,000
(30 seconds).
|
default Olingo2ComponentBuilderFactory.Olingo2ComponentBuilder |
contentType(String contentType)
Content-Type header value can be used to specify JSON or XML message
format, defaults to application/json;charset=utf-8.
|
default Olingo2ComponentBuilderFactory.Olingo2ComponentBuilder |
filterAlreadySeen(boolean filterAlreadySeen)
Set this to true to filter out results that have already been
communicated by this component.
|
default Olingo2ComponentBuilderFactory.Olingo2ComponentBuilder |
httpAsyncClientBuilder(org.apache.http.impl.nio.client.HttpAsyncClientBuilder httpAsyncClientBuilder)
Custom HTTP async client builder for more complex HTTP client
configuration, overrides connectionTimeout, socketTimeout, proxy and
sslContext.
|
default Olingo2ComponentBuilderFactory.Olingo2ComponentBuilder |
httpClientBuilder(org.apache.http.impl.client.HttpClientBuilder httpClientBuilder)
Custom HTTP client builder for more complex HTTP client
configuration, overrides connectionTimeout, socketTimeout, proxy and
sslContext.
|
default Olingo2ComponentBuilderFactory.Olingo2ComponentBuilder |
httpHeaders(Map<String,String> httpHeaders)
Custom HTTP headers to inject into every request, this could include
OAuth tokens, etc.
|
default Olingo2ComponentBuilderFactory.Olingo2ComponentBuilder |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default Olingo2ComponentBuilderFactory.Olingo2ComponentBuilder |
proxy(org.apache.http.HttpHost proxy)
HTTP proxy server configuration.
|
default Olingo2ComponentBuilderFactory.Olingo2ComponentBuilder |
serviceUri(String serviceUri)
Target OData service base URI, e.g.
|
default Olingo2ComponentBuilderFactory.Olingo2ComponentBuilder |
socketTimeout(int socketTimeout)
HTTP request timeout in milliseconds, defaults to 30,000 (30
seconds).
|
default Olingo2ComponentBuilderFactory.Olingo2ComponentBuilder |
splitResult(boolean splitResult)
For endpoints that return an array or collection, a consumer endpoint
will map every element to distinct messages, unless splitResult is
set to false.
|
default Olingo2ComponentBuilderFactory.Olingo2ComponentBuilder |
sslContextParameters(org.apache.camel.support.jsse.SSLContextParameters sslContextParameters)
To configure security using SSLContextParameters.
|
default Olingo2ComponentBuilderFactory.Olingo2ComponentBuilder |
useGlobalSslContextParameters(boolean useGlobalSslContextParameters)
Enable usage of global SSL context parameters.
|
build, build, doSetProperty, registerdefault Olingo2ComponentBuilderFactory.Olingo2ComponentBuilder configuration(org.apache.camel.component.olingo2.Olingo2Configuration configuration)
org.apache.camel.component.olingo2.Olingo2Configuration
type.
Group: commondefault Olingo2ComponentBuilderFactory.Olingo2ComponentBuilder connectTimeout(int connectTimeout)
int type.
Default: 30000
Group: commondefault Olingo2ComponentBuilderFactory.Olingo2ComponentBuilder contentType(String contentType)
java.lang.String type.
Default: application/json;charset=utf-8
Group: commondefault Olingo2ComponentBuilderFactory.Olingo2ComponentBuilder filterAlreadySeen(boolean filterAlreadySeen)
boolean type.
Default: false
Group: commondefault Olingo2ComponentBuilderFactory.Olingo2ComponentBuilder httpHeaders(Map<String,String> httpHeaders)
java.util.Map type.
Group: commondefault Olingo2ComponentBuilderFactory.Olingo2ComponentBuilder proxy(org.apache.http.HttpHost proxy)
org.apache.http.HttpHost type.
Group: commondefault Olingo2ComponentBuilderFactory.Olingo2ComponentBuilder serviceUri(String serviceUri)
java.lang.String type.
Group: commondefault Olingo2ComponentBuilderFactory.Olingo2ComponentBuilder socketTimeout(int socketTimeout)
int type.
Default: 30000
Group: commondefault Olingo2ComponentBuilderFactory.Olingo2ComponentBuilder bridgeErrorHandler(boolean bridgeErrorHandler)
boolean type.
Default: false
Group: consumerdefault Olingo2ComponentBuilderFactory.Olingo2ComponentBuilder splitResult(boolean splitResult)
boolean type.
Default: true
Group: consumerdefault Olingo2ComponentBuilderFactory.Olingo2ComponentBuilder lazyStartProducer(boolean lazyStartProducer)
boolean type.
Default: false
Group: producerdefault Olingo2ComponentBuilderFactory.Olingo2ComponentBuilder basicPropertyBinding(boolean basicPropertyBinding)
boolean type.
Default: false
Group: advanceddefault Olingo2ComponentBuilderFactory.Olingo2ComponentBuilder httpAsyncClientBuilder(org.apache.http.impl.nio.client.HttpAsyncClientBuilder httpAsyncClientBuilder)
org.apache.http.impl.nio.client.HttpAsyncClientBuilder
type.
Group: advanceddefault Olingo2ComponentBuilderFactory.Olingo2ComponentBuilder httpClientBuilder(org.apache.http.impl.client.HttpClientBuilder httpClientBuilder)
org.apache.http.impl.client.HttpClientBuilder type.
Group: advanceddefault Olingo2ComponentBuilderFactory.Olingo2ComponentBuilder sslContextParameters(org.apache.camel.support.jsse.SSLContextParameters sslContextParameters)
org.apache.camel.support.jsse.SSLContextParameters type.
Group: securitydefault Olingo2ComponentBuilderFactory.Olingo2ComponentBuilder useGlobalSslContextParameters(boolean useGlobalSslContextParameters)
boolean type.
Default: false
Group: securityApache Camel