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 |
autowiredEnabled(boolean autowiredEnabled)
Whether autowiring is enabled.
|
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)
bridgeErrorHandler - the value to setdefault UndertowComponentBuilderFactory.UndertowComponentBuilder muteException(boolean muteException)
muteException - the value to setdefault UndertowComponentBuilderFactory.UndertowComponentBuilder lazyStartProducer(boolean lazyStartProducer)
lazyStartProducer - the value to setdefault UndertowComponentBuilderFactory.UndertowComponentBuilder autowiredEnabled(boolean autowiredEnabled)
autowiredEnabled - the value to setdefault UndertowComponentBuilderFactory.UndertowComponentBuilder hostOptions(org.apache.camel.component.undertow.UndertowHostOptions hostOptions)
hostOptions - the value to setdefault UndertowComponentBuilderFactory.UndertowComponentBuilder undertowHttpBinding(org.apache.camel.component.undertow.UndertowHttpBinding undertowHttpBinding)
undertowHttpBinding - the value to setdefault UndertowComponentBuilderFactory.UndertowComponentBuilder allowedRoles(String allowedRoles)
allowedRoles - the value to setdefault UndertowComponentBuilderFactory.UndertowComponentBuilder securityConfiguration(Object securityConfiguration)
securityConfiguration - the value to setdefault UndertowComponentBuilderFactory.UndertowComponentBuilder securityProvider(org.apache.camel.component.undertow.spi.UndertowSecurityProvider securityProvider)
securityProvider - the value to setdefault UndertowComponentBuilderFactory.UndertowComponentBuilder sslContextParameters(org.apache.camel.support.jsse.SSLContextParameters sslContextParameters)
sslContextParameters - the value to setdefault UndertowComponentBuilderFactory.UndertowComponentBuilder useGlobalSslContextParameters(boolean useGlobalSslContextParameters)
useGlobalSslContextParameters - the value to setApache Camel