public static interface WsEndpointBuilderFactory.AdvancedWsEndpointProducerBuilder
extends org.apache.camel.builder.EndpointProducerBuilder
| Modifier and Type | Method and Description |
|---|---|
default WsEndpointBuilderFactory.WsEndpointProducerBuilder |
basic() |
default WsEndpointBuilderFactory.AdvancedWsEndpointProducerBuilder |
binding(Object binding)
To use a custom AhcBinding which allows to control how to bind
between AHC and Camel.
|
default WsEndpointBuilderFactory.AdvancedWsEndpointProducerBuilder |
binding(String binding)
To use a custom AhcBinding which allows to control how to bind
between AHC and Camel.
|
default WsEndpointBuilderFactory.AdvancedWsEndpointProducerBuilder |
clientConfig(Object clientConfig)
To configure the AsyncHttpClient to use a custom
com.ning.http.client.AsyncHttpClientConfig instance.
|
default WsEndpointBuilderFactory.AdvancedWsEndpointProducerBuilder |
clientConfig(String clientConfig)
To configure the AsyncHttpClient to use a custom
com.ning.http.client.AsyncHttpClientConfig instance.
|
default WsEndpointBuilderFactory.AdvancedWsEndpointProducerBuilder |
clientConfigOptions(Map values)
To configure the AsyncHttpClientConfig using the key/values from the
Map.
|
default WsEndpointBuilderFactory.AdvancedWsEndpointProducerBuilder |
clientConfigOptions(String key,
Object value)
To configure the AsyncHttpClientConfig using the key/values from the
Map.
|
default WsEndpointBuilderFactory.AdvancedWsEndpointProducerBuilder |
clientConfigRealmOptions(Map values)
To configure the AsyncHttpClientConfig Realm using the key/values
from the Map.
|
default WsEndpointBuilderFactory.AdvancedWsEndpointProducerBuilder |
clientConfigRealmOptions(String key,
Object value)
To configure the AsyncHttpClientConfig Realm using the key/values
from the Map.
|
default WsEndpointBuilderFactory.AdvancedWsEndpointProducerBuilder |
synchronous(boolean synchronous)
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
default WsEndpointBuilderFactory.AdvancedWsEndpointProducerBuilder |
synchronous(String synchronous)
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
default WsEndpointBuilderFactory.WsEndpointProducerBuilder basic()
default WsEndpointBuilderFactory.AdvancedWsEndpointProducerBuilder binding(Object binding)
binding - the value to setdefault WsEndpointBuilderFactory.AdvancedWsEndpointProducerBuilder binding(String binding)
binding - the value to setdefault WsEndpointBuilderFactory.AdvancedWsEndpointProducerBuilder clientConfig(Object clientConfig)
clientConfig - the value to setdefault WsEndpointBuilderFactory.AdvancedWsEndpointProducerBuilder clientConfig(String clientConfig)
clientConfig - the value to setdefault WsEndpointBuilderFactory.AdvancedWsEndpointProducerBuilder clientConfigOptions(String key, Object value)
key - the option keyvalue - the option valuedefault WsEndpointBuilderFactory.AdvancedWsEndpointProducerBuilder clientConfigOptions(Map values)
values - the valuesdefault WsEndpointBuilderFactory.AdvancedWsEndpointProducerBuilder synchronous(boolean synchronous)
synchronous - the value to setdefault WsEndpointBuilderFactory.AdvancedWsEndpointProducerBuilder synchronous(String synchronous)
synchronous - the value to setdefault WsEndpointBuilderFactory.AdvancedWsEndpointProducerBuilder clientConfigRealmOptions(String key, Object value)
key - the option keyvalue - the option valuedefault WsEndpointBuilderFactory.AdvancedWsEndpointProducerBuilder clientConfigRealmOptions(Map values)
values - the valuesApache Camel