public static interface WsEndpointBuilderFactory.AdvancedWsEndpointConsumerBuilder
extends org.apache.camel.builder.EndpointConsumerBuilder
| Modifier and Type | Method and Description |
|---|---|
default WsEndpointBuilderFactory.WsEndpointConsumerBuilder |
basic() |
default WsEndpointBuilderFactory.AdvancedWsEndpointConsumerBuilder |
binding(Object binding)
To use a custom AhcBinding which allows to control how to bind
between AHC and Camel.
|
default WsEndpointBuilderFactory.AdvancedWsEndpointConsumerBuilder |
binding(String binding)
To use a custom AhcBinding which allows to control how to bind
between AHC and Camel.
|
default WsEndpointBuilderFactory.AdvancedWsEndpointConsumerBuilder |
clientConfig(Object clientConfig)
To configure the AsyncHttpClient to use a custom
com.ning.http.client.AsyncHttpClientConfig instance.
|
default WsEndpointBuilderFactory.AdvancedWsEndpointConsumerBuilder |
clientConfig(String clientConfig)
To configure the AsyncHttpClient to use a custom
com.ning.http.client.AsyncHttpClientConfig instance.
|
default WsEndpointBuilderFactory.AdvancedWsEndpointConsumerBuilder |
clientConfigOptions(Map values)
To configure the AsyncHttpClientConfig using the key/values from the
Map.
|
default WsEndpointBuilderFactory.AdvancedWsEndpointConsumerBuilder |
clientConfigOptions(String key,
Object value)
To configure the AsyncHttpClientConfig using the key/values from the
Map.
|
default WsEndpointBuilderFactory.AdvancedWsEndpointConsumerBuilder |
clientConfigRealmOptions(Map values)
To configure the AsyncHttpClientConfig Realm using the key/values
from the Map.
|
default WsEndpointBuilderFactory.AdvancedWsEndpointConsumerBuilder |
clientConfigRealmOptions(String key,
Object value)
To configure the AsyncHttpClientConfig Realm using the key/values
from the Map.
|
default WsEndpointBuilderFactory.AdvancedWsEndpointConsumerBuilder |
exceptionHandler(org.apache.camel.spi.ExceptionHandler exceptionHandler)
To let the consumer use a custom ExceptionHandler.
|
default WsEndpointBuilderFactory.AdvancedWsEndpointConsumerBuilder |
exceptionHandler(String exceptionHandler)
To let the consumer use a custom ExceptionHandler.
|
default WsEndpointBuilderFactory.AdvancedWsEndpointConsumerBuilder |
exchangePattern(org.apache.camel.ExchangePattern exchangePattern)
Sets the exchange pattern when the consumer creates an exchange.
|
default WsEndpointBuilderFactory.AdvancedWsEndpointConsumerBuilder |
exchangePattern(String exchangePattern)
Sets the exchange pattern when the consumer creates an exchange.
|
default WsEndpointBuilderFactory.WsEndpointConsumerBuilder basic()
default WsEndpointBuilderFactory.AdvancedWsEndpointConsumerBuilder exceptionHandler(org.apache.camel.spi.ExceptionHandler exceptionHandler)
exceptionHandler - the value to setdefault WsEndpointBuilderFactory.AdvancedWsEndpointConsumerBuilder exceptionHandler(String exceptionHandler)
exceptionHandler - the value to setdefault WsEndpointBuilderFactory.AdvancedWsEndpointConsumerBuilder exchangePattern(org.apache.camel.ExchangePattern exchangePattern)
exchangePattern - the value to setdefault WsEndpointBuilderFactory.AdvancedWsEndpointConsumerBuilder exchangePattern(String exchangePattern)
exchangePattern - the value to setdefault WsEndpointBuilderFactory.AdvancedWsEndpointConsumerBuilder binding(Object binding)
binding - the value to setdefault WsEndpointBuilderFactory.AdvancedWsEndpointConsumerBuilder binding(String binding)
binding - the value to setdefault WsEndpointBuilderFactory.AdvancedWsEndpointConsumerBuilder clientConfig(Object clientConfig)
clientConfig - the value to setdefault WsEndpointBuilderFactory.AdvancedWsEndpointConsumerBuilder clientConfig(String clientConfig)
clientConfig - the value to setdefault WsEndpointBuilderFactory.AdvancedWsEndpointConsumerBuilder clientConfigOptions(String key, Object value)
key - the option keyvalue - the option valuedefault WsEndpointBuilderFactory.AdvancedWsEndpointConsumerBuilder clientConfigOptions(Map values)
values - the valuesdefault WsEndpointBuilderFactory.AdvancedWsEndpointConsumerBuilder clientConfigRealmOptions(String key, Object value)
key - the option keyvalue - the option valuedefault WsEndpointBuilderFactory.AdvancedWsEndpointConsumerBuilder clientConfigRealmOptions(Map values)
values - the valuesApache Camel