Uses of Interface
org.apache.camel.builder.component.dsl.Olingo2ComponentBuilderFactory.Olingo2ComponentBuilder
Packages that use Olingo2ComponentBuilderFactory.Olingo2ComponentBuilder
-
Uses of Olingo2ComponentBuilderFactory.Olingo2ComponentBuilder in org.apache.camel.builder.component
Methods in org.apache.camel.builder.component that return Olingo2ComponentBuilderFactory.Olingo2ComponentBuilderModifier and TypeMethodDescriptionComponentsBuilderFactory.olingo2()Olingo2 (camel-olingo2) Communicate with OData 2.0 services using Apache Olingo. -
Uses of Olingo2ComponentBuilderFactory.Olingo2ComponentBuilder in org.apache.camel.builder.component.dsl
Classes in org.apache.camel.builder.component.dsl that implement Olingo2ComponentBuilderFactory.Olingo2ComponentBuilderModifier and TypeClassDescriptionstatic classMethods in org.apache.camel.builder.component.dsl that return Olingo2ComponentBuilderFactory.Olingo2ComponentBuilderModifier and TypeMethodDescriptionOlingo2ComponentBuilderFactory.Olingo2ComponentBuilder.autowiredEnabled(boolean autowiredEnabled) Whether autowiring is enabled.Olingo2ComponentBuilderFactory.Olingo2ComponentBuilder.bridgeErrorHandler(boolean bridgeErrorHandler) Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions (if possible) occurred while the Camel consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler.Olingo2ComponentBuilderFactory.Olingo2ComponentBuilder.configuration(org.apache.camel.component.olingo2.Olingo2Configuration configuration) To use the shared configuration.Olingo2ComponentBuilderFactory.Olingo2ComponentBuilder.connectTimeout(int connectTimeout) HTTP connection creation timeout in milliseconds, defaults to 30,000 (30 seconds).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.Olingo2ComponentBuilderFactory.Olingo2ComponentBuilder.entityProviderReadProperties(org.apache.olingo.odata2.api.ep.EntityProviderReadProperties entityProviderReadProperties) Custom entity provider read properties applied to all read operations.Olingo2ComponentBuilderFactory.Olingo2ComponentBuilder.entityProviderWriteProperties(org.apache.olingo.odata2.api.ep.EntityProviderWriteProperties entityProviderWriteProperties) Custom entity provider write properties applied to create, update, patch, batch and merge operations.Olingo2ComponentBuilderFactory.Olingo2ComponentBuilder.filterAlreadySeen(boolean filterAlreadySeen) Set this to true to filter out results that have already been communicated by this component.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.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.Olingo2ComponentBuilderFactory.Olingo2ComponentBuilder.httpHeaders(Map<String, String> httpHeaders) Custom HTTP headers to inject into every request, this could include OAuth tokens, etc.Olingo2ComponentBuilderFactory.Olingo2ComponentBuilder.lazyStartProducer(boolean lazyStartProducer) Whether the producer should be started lazy (on the first message).Olingo2ComponentBuilderFactory.olingo2()Olingo2 (camel-olingo2) Communicate with OData 2.0 services using Apache Olingo.Olingo2ComponentBuilderFactory.Olingo2ComponentBuilder.proxy(org.apache.http.HttpHost proxy) HTTP proxy server configuration.Olingo2ComponentBuilderFactory.Olingo2ComponentBuilder.serviceUri(String serviceUri) Target OData service base URI, e.g.Olingo2ComponentBuilderFactory.Olingo2ComponentBuilder.socketTimeout(int socketTimeout) HTTP request timeout in milliseconds, defaults to 30,000 (30 seconds).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.Olingo2ComponentBuilderFactory.Olingo2ComponentBuilder.sslContextParameters(org.apache.camel.support.jsse.SSLContextParameters sslContextParameters) To configure security using SSLContextParameters.Olingo2ComponentBuilderFactory.Olingo2ComponentBuilder.useGlobalSslContextParameters(boolean useGlobalSslContextParameters) Enable usage of global SSL context parameters.