public static interface WeatherEndpointBuilderFactory.AdvancedWeatherEndpointBuilder extends WeatherEndpointBuilderFactory.AdvancedWeatherEndpointConsumerBuilder, WeatherEndpointBuilderFactory.AdvancedWeatherEndpointProducerBuilder
| Modifier and Type | Method and Description |
|---|---|
default WeatherEndpointBuilderFactory.WeatherEndpointBuilder |
basic() |
default WeatherEndpointBuilderFactory.AdvancedWeatherEndpointBuilder |
basicPropertyBinding(boolean basicPropertyBinding)
Whether the endpoint should use basic property binding (Camel 2.x) or
the newer property binding with additional capabilities.
|
default WeatherEndpointBuilderFactory.AdvancedWeatherEndpointBuilder |
basicPropertyBinding(String basicPropertyBinding)
Whether the endpoint should use basic property binding (Camel 2.x) or
the newer property binding with additional capabilities.
|
default WeatherEndpointBuilderFactory.AdvancedWeatherEndpointBuilder |
httpConnectionManager(Object httpConnectionManager)
To use a custom HttpConnectionManager to manage connections.
|
default WeatherEndpointBuilderFactory.AdvancedWeatherEndpointBuilder |
httpConnectionManager(String httpConnectionManager)
To use a custom HttpConnectionManager to manage connections.
|
default WeatherEndpointBuilderFactory.AdvancedWeatherEndpointBuilder |
synchronous(boolean synchronous)
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
default WeatherEndpointBuilderFactory.AdvancedWeatherEndpointBuilder |
synchronous(String synchronous)
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
exceptionHandler, exceptionHandler, exchangePattern, exchangePattern, pollStrategy, pollStrategydoSetProperty, getUridefault WeatherEndpointBuilderFactory.WeatherEndpointBuilder basic()
basic in interface WeatherEndpointBuilderFactory.AdvancedWeatherEndpointConsumerBuilderbasic in interface WeatherEndpointBuilderFactory.AdvancedWeatherEndpointProducerBuilderdefault WeatherEndpointBuilderFactory.AdvancedWeatherEndpointBuilder basicPropertyBinding(boolean basicPropertyBinding)
boolean type.
Default: false
Group: advancedbasicPropertyBinding in interface WeatherEndpointBuilderFactory.AdvancedWeatherEndpointConsumerBuilderbasicPropertyBinding in interface WeatherEndpointBuilderFactory.AdvancedWeatherEndpointProducerBuilderdefault WeatherEndpointBuilderFactory.AdvancedWeatherEndpointBuilder basicPropertyBinding(String basicPropertyBinding)
boolean type.
Default: false
Group: advancedbasicPropertyBinding in interface WeatherEndpointBuilderFactory.AdvancedWeatherEndpointConsumerBuilderbasicPropertyBinding in interface WeatherEndpointBuilderFactory.AdvancedWeatherEndpointProducerBuilderdefault WeatherEndpointBuilderFactory.AdvancedWeatherEndpointBuilder httpConnectionManager(Object httpConnectionManager)
org.apache.commons.httpclient.HttpConnectionManager
type.
Group: advancedhttpConnectionManager in interface WeatherEndpointBuilderFactory.AdvancedWeatherEndpointConsumerBuilderhttpConnectionManager in interface WeatherEndpointBuilderFactory.AdvancedWeatherEndpointProducerBuilderdefault WeatherEndpointBuilderFactory.AdvancedWeatherEndpointBuilder httpConnectionManager(String httpConnectionManager)
org.apache.commons.httpclient.HttpConnectionManager
type.
Group: advancedhttpConnectionManager in interface WeatherEndpointBuilderFactory.AdvancedWeatherEndpointConsumerBuilderhttpConnectionManager in interface WeatherEndpointBuilderFactory.AdvancedWeatherEndpointProducerBuilderdefault WeatherEndpointBuilderFactory.AdvancedWeatherEndpointBuilder synchronous(boolean synchronous)
boolean type.
Default: false
Group: advancedsynchronous in interface WeatherEndpointBuilderFactory.AdvancedWeatherEndpointConsumerBuildersynchronous in interface WeatherEndpointBuilderFactory.AdvancedWeatherEndpointProducerBuilderdefault WeatherEndpointBuilderFactory.AdvancedWeatherEndpointBuilder synchronous(String synchronous)
boolean type.
Default: false
Group: advancedsynchronous in interface WeatherEndpointBuilderFactory.AdvancedWeatherEndpointConsumerBuildersynchronous in interface WeatherEndpointBuilderFactory.AdvancedWeatherEndpointProducerBuilderApache Camel