public static interface ElytronEndpointBuilderFactory.AdvancedElytronEndpointProducerBuilder
extends org.apache.camel.builder.EndpointProducerBuilder
| Modifier and Type | Method and Description |
|---|---|
default ElytronEndpointBuilderFactory.AdvancedElytronEndpointProducerBuilder |
accessLogReceiver(Object accessLogReceiver)
Which Undertow AccessLogReciever should be used Will use
JBossLoggingAccessLogReceiver if not specifid.
|
default ElytronEndpointBuilderFactory.AdvancedElytronEndpointProducerBuilder |
accessLogReceiver(String accessLogReceiver)
Which Undertow AccessLogReciever should be used Will use
JBossLoggingAccessLogReceiver if not specifid.
|
default ElytronEndpointBuilderFactory.ElytronEndpointProducerBuilder |
basic() |
default ElytronEndpointBuilderFactory.AdvancedElytronEndpointProducerBuilder |
basicPropertyBinding(boolean basicPropertyBinding)
Whether the endpoint should use basic property binding (Camel 2.x) or
the newer property binding with additional capabilities.
|
default ElytronEndpointBuilderFactory.AdvancedElytronEndpointProducerBuilder |
basicPropertyBinding(String basicPropertyBinding)
Whether the endpoint should use basic property binding (Camel 2.x) or
the newer property binding with additional capabilities.
|
default ElytronEndpointBuilderFactory.AdvancedElytronEndpointProducerBuilder |
headerFilterStrategy(org.apache.camel.spi.HeaderFilterStrategy headerFilterStrategy)
To use a custom HeaderFilterStrategy to filter header to and from
Camel message.
|
default ElytronEndpointBuilderFactory.AdvancedElytronEndpointProducerBuilder |
headerFilterStrategy(String headerFilterStrategy)
To use a custom HeaderFilterStrategy to filter header to and from
Camel message.
|
default ElytronEndpointBuilderFactory.AdvancedElytronEndpointProducerBuilder |
synchronous(boolean synchronous)
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
default ElytronEndpointBuilderFactory.AdvancedElytronEndpointProducerBuilder |
synchronous(String synchronous)
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
default ElytronEndpointBuilderFactory.AdvancedElytronEndpointProducerBuilder |
undertowHttpBinding(Object undertowHttpBinding)
To use a custom UndertowHttpBinding to control the mapping between
Camel message and undertow.
|
default ElytronEndpointBuilderFactory.AdvancedElytronEndpointProducerBuilder |
undertowHttpBinding(String undertowHttpBinding)
To use a custom UndertowHttpBinding to control the mapping between
Camel message and undertow.
|
default ElytronEndpointBuilderFactory.ElytronEndpointProducerBuilder basic()
default ElytronEndpointBuilderFactory.AdvancedElytronEndpointProducerBuilder accessLogReceiver(Object accessLogReceiver)
io.undertow.server.handlers.accesslog.AccessLogReceiver
type.
Group: advanceddefault ElytronEndpointBuilderFactory.AdvancedElytronEndpointProducerBuilder accessLogReceiver(String accessLogReceiver)
io.undertow.server.handlers.accesslog.AccessLogReceiver
type.
Group: advanceddefault ElytronEndpointBuilderFactory.AdvancedElytronEndpointProducerBuilder basicPropertyBinding(boolean basicPropertyBinding)
boolean type.
Default: false
Group: advanceddefault ElytronEndpointBuilderFactory.AdvancedElytronEndpointProducerBuilder basicPropertyBinding(String basicPropertyBinding)
boolean type.
Default: false
Group: advanceddefault ElytronEndpointBuilderFactory.AdvancedElytronEndpointProducerBuilder headerFilterStrategy(org.apache.camel.spi.HeaderFilterStrategy headerFilterStrategy)
org.apache.camel.spi.HeaderFilterStrategy type.
Group: advanceddefault ElytronEndpointBuilderFactory.AdvancedElytronEndpointProducerBuilder headerFilterStrategy(String headerFilterStrategy)
org.apache.camel.spi.HeaderFilterStrategy type.
Group: advanceddefault ElytronEndpointBuilderFactory.AdvancedElytronEndpointProducerBuilder synchronous(boolean synchronous)
boolean type.
Default: false
Group: advanceddefault ElytronEndpointBuilderFactory.AdvancedElytronEndpointProducerBuilder synchronous(String synchronous)
boolean type.
Default: false
Group: advanceddefault ElytronEndpointBuilderFactory.AdvancedElytronEndpointProducerBuilder undertowHttpBinding(Object undertowHttpBinding)
org.apache.camel.component.undertow.UndertowHttpBinding
type.
Group: advanceddefault ElytronEndpointBuilderFactory.AdvancedElytronEndpointProducerBuilder undertowHttpBinding(String undertowHttpBinding)
org.apache.camel.component.undertow.UndertowHttpBinding
type.
Group: advancedApache Camel