public static interface Olingo4ComponentBuilderFactory.Olingo4ComponentBuilder extends ComponentBuilder<org.apache.camel.component.olingo4.Olingo4Component>
| Modifier and Type | Method and Description |
|---|---|
default Olingo4ComponentBuilderFactory.Olingo4ComponentBuilder |
basicPropertyBinding(boolean basicPropertyBinding)
Whether the component should use basic property binding (Camel 2.x)
or the newer property binding with additional capabilities.
|
default Olingo4ComponentBuilderFactory.Olingo4ComponentBuilder |
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 Olingo4ComponentBuilderFactory.Olingo4ComponentBuilder |
configuration(org.apache.camel.component.olingo4.Olingo4Configuration configuration)
To use the shared configuration.
|
default Olingo4ComponentBuilderFactory.Olingo4ComponentBuilder |
connectTimeout(int connectTimeout)
HTTP connection creation timeout in milliseconds, defaults to 30,000
(30 seconds).
|
default Olingo4ComponentBuilderFactory.Olingo4ComponentBuilder |
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 Olingo4ComponentBuilderFactory.Olingo4ComponentBuilder |
filterAlreadySeen(boolean filterAlreadySeen)
Set this to true to filter out results that have already been
communicated by this component.
|
default Olingo4ComponentBuilderFactory.Olingo4ComponentBuilder |
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 Olingo4ComponentBuilderFactory.Olingo4ComponentBuilder |
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 Olingo4ComponentBuilderFactory.Olingo4ComponentBuilder |
httpHeaders(Map<String,String> httpHeaders)
Custom HTTP headers to inject into every request, this could include
OAuth tokens, etc.
|
default Olingo4ComponentBuilderFactory.Olingo4ComponentBuilder |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default Olingo4ComponentBuilderFactory.Olingo4ComponentBuilder |
proxy(org.apache.http.HttpHost proxy)
HTTP proxy server configuration.
|
default Olingo4ComponentBuilderFactory.Olingo4ComponentBuilder |
serviceUri(String serviceUri)
Target OData service base URI, e.g.
|
default Olingo4ComponentBuilderFactory.Olingo4ComponentBuilder |
socketTimeout(int socketTimeout)
HTTP request timeout in milliseconds, defaults to 30,000 (30
seconds).
|
default Olingo4ComponentBuilderFactory.Olingo4ComponentBuilder |
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 Olingo4ComponentBuilderFactory.Olingo4ComponentBuilder |
sslContextParameters(org.apache.camel.support.jsse.SSLContextParameters sslContextParameters)
To configure security using SSLContextParameters.
|
default Olingo4ComponentBuilderFactory.Olingo4ComponentBuilder |
useGlobalSslContextParameters(boolean useGlobalSslContextParameters)
Enable usage of global SSL context parameters.
|
build, build, doSetProperty, registerdefault Olingo4ComponentBuilderFactory.Olingo4ComponentBuilder configuration(org.apache.camel.component.olingo4.Olingo4Configuration configuration)
org.apache.camel.component.olingo4.Olingo4Configuration
type.
Group: commondefault Olingo4ComponentBuilderFactory.Olingo4ComponentBuilder connectTimeout(int connectTimeout)
int type.
Default: 30000
Group: commondefault Olingo4ComponentBuilderFactory.Olingo4ComponentBuilder contentType(String contentType)
java.lang.String type.
Default: application/json;charset=utf-8
Group: commondefault Olingo4ComponentBuilderFactory.Olingo4ComponentBuilder filterAlreadySeen(boolean filterAlreadySeen)
boolean type.
Default: false
Group: commondefault Olingo4ComponentBuilderFactory.Olingo4ComponentBuilder httpHeaders(Map<String,String> httpHeaders)
java.util.Map type.
Group: commondefault Olingo4ComponentBuilderFactory.Olingo4ComponentBuilder proxy(org.apache.http.HttpHost proxy)
org.apache.http.HttpHost type.
Group: commondefault Olingo4ComponentBuilderFactory.Olingo4ComponentBuilder serviceUri(String serviceUri)
java.lang.String type.
Group: commondefault Olingo4ComponentBuilderFactory.Olingo4ComponentBuilder socketTimeout(int socketTimeout)
int type.
Default: 30000
Group: commondefault Olingo4ComponentBuilderFactory.Olingo4ComponentBuilder bridgeErrorHandler(boolean bridgeErrorHandler)
boolean type.
Default: false
Group: consumerdefault Olingo4ComponentBuilderFactory.Olingo4ComponentBuilder splitResult(boolean splitResult)
boolean type.
Default: true
Group: consumerdefault Olingo4ComponentBuilderFactory.Olingo4ComponentBuilder lazyStartProducer(boolean lazyStartProducer)
boolean type.
Default: false
Group: producerdefault Olingo4ComponentBuilderFactory.Olingo4ComponentBuilder basicPropertyBinding(boolean basicPropertyBinding)
boolean type.
Default: false
Group: advanceddefault Olingo4ComponentBuilderFactory.Olingo4ComponentBuilder httpAsyncClientBuilder(org.apache.http.impl.nio.client.HttpAsyncClientBuilder httpAsyncClientBuilder)
org.apache.http.impl.nio.client.HttpAsyncClientBuilder
type.
Group: advanceddefault Olingo4ComponentBuilderFactory.Olingo4ComponentBuilder httpClientBuilder(org.apache.http.impl.client.HttpClientBuilder httpClientBuilder)
org.apache.http.impl.client.HttpClientBuilder type.
Group: advanceddefault Olingo4ComponentBuilderFactory.Olingo4ComponentBuilder sslContextParameters(org.apache.camel.support.jsse.SSLContextParameters sslContextParameters)
org.apache.camel.support.jsse.SSLContextParameters type.
Group: securitydefault Olingo4ComponentBuilderFactory.Olingo4ComponentBuilder useGlobalSslContextParameters(boolean useGlobalSslContextParameters)
boolean type.
Default: false
Group: securityApache Camel