public static interface UndertowComponentBuilderFactory.UndertowComponentBuilder extends ComponentBuilder<org.apache.camel.component.undertow.UndertowComponent>
| Modifier and Type | Method and Description |
|---|---|
default UndertowComponentBuilderFactory.UndertowComponentBuilder |
allowedRoles(String allowedRoles)
Configuration used by UndertowSecurityProvider.
|
default UndertowComponentBuilderFactory.UndertowComponentBuilder |
basicPropertyBinding(boolean basicPropertyBinding)
Whether the component should use basic property binding (Camel 2.x)
or the newer property binding with additional capabilities.
|
default UndertowComponentBuilderFactory.UndertowComponentBuilder |
bridgeErrorHandler(boolean bridgeErrorHandler)
Allows for bridging the consumer to the Camel routing Error Handler,
which mean any exceptions occurred while the consumer is trying to
pickup incoming messages, or the likes, will now be processed as a
message and handled by the routing Error Handler.
|
default UndertowComponentBuilderFactory.UndertowComponentBuilder |
hostOptions(org.apache.camel.component.undertow.UndertowHostOptions hostOptions)
To configure common options, such as thread pools.
|
default UndertowComponentBuilderFactory.UndertowComponentBuilder |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default UndertowComponentBuilderFactory.UndertowComponentBuilder |
muteException(boolean muteException)
If enabled and an Exchange failed processing on the consumer side the
response's body won't contain the exception's stack trace.
|
default UndertowComponentBuilderFactory.UndertowComponentBuilder |
securityConfiguration(Object securityConfiguration)
Configuration used by UndertowSecurityProvider.
|
default UndertowComponentBuilderFactory.UndertowComponentBuilder |
securityProvider(org.apache.camel.component.undertow.spi.UndertowSecurityProvider securityProvider)
Security provider allows plug in the provider, which will be used to
secure requests.
|
default UndertowComponentBuilderFactory.UndertowComponentBuilder |
sslContextParameters(org.apache.camel.support.jsse.SSLContextParameters sslContextParameters)
To configure security using SSLContextParameters.
|
default UndertowComponentBuilderFactory.UndertowComponentBuilder |
undertowHttpBinding(org.apache.camel.component.undertow.UndertowHttpBinding undertowHttpBinding)
To use a custom HttpBinding to control the mapping between Camel
message and HttpClient.
|
default UndertowComponentBuilderFactory.UndertowComponentBuilder |
useGlobalSslContextParameters(boolean useGlobalSslContextParameters)
Enable usage of global SSL context parameters.
|
build, build, doSetProperty, registerdefault UndertowComponentBuilderFactory.UndertowComponentBuilder bridgeErrorHandler(boolean bridgeErrorHandler)
boolean type.
Default: false
Group: consumerdefault UndertowComponentBuilderFactory.UndertowComponentBuilder muteException(boolean muteException)
boolean type.
Default: false
Group: consumerdefault UndertowComponentBuilderFactory.UndertowComponentBuilder lazyStartProducer(boolean lazyStartProducer)
boolean type.
Default: false
Group: producerdefault UndertowComponentBuilderFactory.UndertowComponentBuilder basicPropertyBinding(boolean basicPropertyBinding)
boolean type.
Default: false
Group: advanceddefault UndertowComponentBuilderFactory.UndertowComponentBuilder hostOptions(org.apache.camel.component.undertow.UndertowHostOptions hostOptions)
org.apache.camel.component.undertow.UndertowHostOptions
type.
Group: advanceddefault UndertowComponentBuilderFactory.UndertowComponentBuilder undertowHttpBinding(org.apache.camel.component.undertow.UndertowHttpBinding undertowHttpBinding)
org.apache.camel.component.undertow.UndertowHttpBinding
type.
Group: advanceddefault UndertowComponentBuilderFactory.UndertowComponentBuilder allowedRoles(String allowedRoles)
java.lang.String type.
Group: securitydefault UndertowComponentBuilderFactory.UndertowComponentBuilder securityConfiguration(Object securityConfiguration)
java.lang.Object type.
Group: securitydefault UndertowComponentBuilderFactory.UndertowComponentBuilder securityProvider(org.apache.camel.component.undertow.spi.UndertowSecurityProvider securityProvider)
org.apache.camel.component.undertow.spi.UndertowSecurityProvider type.
Group: securitydefault UndertowComponentBuilderFactory.UndertowComponentBuilder sslContextParameters(org.apache.camel.support.jsse.SSLContextParameters sslContextParameters)
org.apache.camel.support.jsse.SSLContextParameters type.
Group: securitydefault UndertowComponentBuilderFactory.UndertowComponentBuilder useGlobalSslContextParameters(boolean useGlobalSslContextParameters)
boolean type.
Default: false
Group: securityApache Camel