public static interface WsEndpointBuilderFactory.AdvancedWsEndpointConsumerBuilder
extends org.apache.camel.builder.EndpointConsumerBuilder
| Modifier and Type | Method and Description |
|---|---|
default WsEndpointBuilderFactory.WsEndpointConsumerBuilder |
basic() |
default WsEndpointBuilderFactory.AdvancedWsEndpointConsumerBuilder |
basicPropertyBinding(boolean basicPropertyBinding)
Whether the endpoint should use basic property binding (Camel 2.x) or
the newer property binding with additional capabilities.
|
default WsEndpointBuilderFactory.AdvancedWsEndpointConsumerBuilder |
basicPropertyBinding(String basicPropertyBinding)
Whether the endpoint should use basic property binding (Camel 2.x) or
the newer property binding with additional capabilities.
|
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.AdvancedWsEndpointConsumerBuilder |
synchronous(boolean synchronous)
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
default WsEndpointBuilderFactory.AdvancedWsEndpointConsumerBuilder |
synchronous(String synchronous)
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
default WsEndpointBuilderFactory.WsEndpointConsumerBuilder basic()
default WsEndpointBuilderFactory.AdvancedWsEndpointConsumerBuilder exceptionHandler(org.apache.camel.spi.ExceptionHandler exceptionHandler)
org.apache.camel.spi.ExceptionHandler
type.
Group: consumer (advanced)default WsEndpointBuilderFactory.AdvancedWsEndpointConsumerBuilder exceptionHandler(String exceptionHandler)
org.apache.camel.spi.ExceptionHandler type.
Group: consumer (advanced)default WsEndpointBuilderFactory.AdvancedWsEndpointConsumerBuilder exchangePattern(org.apache.camel.ExchangePattern exchangePattern)
org.apache.camel.ExchangePattern type.
Group: consumer (advanced)default WsEndpointBuilderFactory.AdvancedWsEndpointConsumerBuilder exchangePattern(String exchangePattern)
org.apache.camel.ExchangePattern type.
Group: consumer (advanced)default WsEndpointBuilderFactory.AdvancedWsEndpointConsumerBuilder basicPropertyBinding(boolean basicPropertyBinding)
boolean type.
Default: false
Group: advanceddefault WsEndpointBuilderFactory.AdvancedWsEndpointConsumerBuilder basicPropertyBinding(String basicPropertyBinding)
boolean type.
Default: false
Group: advanceddefault WsEndpointBuilderFactory.AdvancedWsEndpointConsumerBuilder binding(Object binding)
org.apache.camel.component.ahc.AhcBinding type.
Group: advanceddefault WsEndpointBuilderFactory.AdvancedWsEndpointConsumerBuilder binding(String binding)
org.apache.camel.component.ahc.AhcBinding type.
Group: advanceddefault WsEndpointBuilderFactory.AdvancedWsEndpointConsumerBuilder clientConfig(Object clientConfig)
org.asynchttpclient.AsyncHttpClientConfig type.
Group: advanceddefault WsEndpointBuilderFactory.AdvancedWsEndpointConsumerBuilder clientConfig(String clientConfig)
org.asynchttpclient.AsyncHttpClientConfig type.
Group: advanceddefault WsEndpointBuilderFactory.AdvancedWsEndpointConsumerBuilder clientConfigOptions(String key, Object value)
java.util.Map<java.lang.String,
java.lang.Object> type.
The option is multivalued, and you can use the
clientConfigOptions(String, Object) method to add a value (call the
method multiple times to set more values).
Group: advanceddefault WsEndpointBuilderFactory.AdvancedWsEndpointConsumerBuilder clientConfigOptions(Map values)
java.util.Map<java.lang.String,
java.lang.Object> type.
The option is multivalued, and you can use the
clientConfigOptions(String, Object) method to add a value (call the
method multiple times to set more values).
Group: advanceddefault WsEndpointBuilderFactory.AdvancedWsEndpointConsumerBuilder synchronous(boolean synchronous)
boolean type.
Default: false
Group: advanceddefault WsEndpointBuilderFactory.AdvancedWsEndpointConsumerBuilder synchronous(String synchronous)
boolean type.
Default: false
Group: advanceddefault WsEndpointBuilderFactory.AdvancedWsEndpointConsumerBuilder clientConfigRealmOptions(String key, Object value)
java.util.Map<java.lang.String,
java.lang.Object> type.
The option is multivalued, and you can use the
clientConfigRealmOptions(String, Object) method to add a value (call
the method multiple times to set more values).
Group: securitydefault WsEndpointBuilderFactory.AdvancedWsEndpointConsumerBuilder clientConfigRealmOptions(Map values)
java.util.Map<java.lang.String,
java.lang.Object> type.
The option is multivalued, and you can use the
clientConfigRealmOptions(String, Object) method to add a value (call
the method multiple times to set more values).
Group: securityApache Camel