public static interface ResteasyComponentBuilderFactory.ResteasyComponentBuilder extends ComponentBuilder<org.apache.camel.component.resteasy.ResteasyComponent>
| Modifier and Type | Method and Description |
|---|---|
default ResteasyComponentBuilderFactory.ResteasyComponentBuilder |
allowJavaSerializedObject(boolean allowJavaSerializedObject)
Whether to allow java serialization when a request uses
context-type=application/x-java-serialized-object.
|
default ResteasyComponentBuilderFactory.ResteasyComponentBuilder |
authCachingDisabled(boolean authCachingDisabled)
Disables authentication scheme caching.
|
default ResteasyComponentBuilderFactory.ResteasyComponentBuilder |
automaticRetriesDisabled(boolean automaticRetriesDisabled)
Disables automatic request recovery and re-execution.
|
default ResteasyComponentBuilderFactory.ResteasyComponentBuilder |
autowiredEnabled(boolean autowiredEnabled)
Whether autowiring is enabled.
|
default ResteasyComponentBuilderFactory.ResteasyComponentBuilder |
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 ResteasyComponentBuilderFactory.ResteasyComponentBuilder |
connectionStateDisabled(boolean connectionStateDisabled)
Disables connection state tracking.
|
default ResteasyComponentBuilderFactory.ResteasyComponentBuilder |
contentCompressionDisabled(boolean contentCompressionDisabled)
Disables automatic content decompression.
|
default ResteasyComponentBuilderFactory.ResteasyComponentBuilder |
cookieManagementDisabled(boolean cookieManagementDisabled)
Disables state (cookie) management.
|
default ResteasyComponentBuilderFactory.ResteasyComponentBuilder |
copyHeaders(boolean copyHeaders)
If this option is true then IN exchange headers will be copied to OUT
exchange headers according to copy strategy.
|
default ResteasyComponentBuilderFactory.ResteasyComponentBuilder |
defaultUserAgentDisabled(boolean defaultUserAgentDisabled)
Disables the default user agent set by this builder if none has been
provided by the user.
|
default ResteasyComponentBuilderFactory.ResteasyComponentBuilder |
headerFilterStrategy(org.apache.camel.spi.HeaderFilterStrategy headerFilterStrategy)
To use a custom org.apache.camel.spi.HeaderFilterStrategy to filter
header to and from Camel message.
|
default ResteasyComponentBuilderFactory.ResteasyComponentBuilder |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default ResteasyComponentBuilderFactory.ResteasyComponentBuilder |
proxyConsumersClasses(String proxyConsumersClasses)
Proxy classes for consumer endpoints.
|
default ResteasyComponentBuilderFactory.ResteasyComponentBuilder |
redirectHandlingDisabled(boolean redirectHandlingDisabled)
Disables automatic redirect handling.
|
default ResteasyComponentBuilderFactory.ResteasyComponentBuilder |
responsePayloadStreamingThreshold(int responsePayloadStreamingThreshold)
This threshold in bytes controls whether the response payload should
be stored in memory as a byte array or be streaming based.
|
default ResteasyComponentBuilderFactory.ResteasyComponentBuilder |
skipRequestHeaders(boolean skipRequestHeaders)
Whether to skip mapping all the Camel headers as HTTP request
headers.
|
default ResteasyComponentBuilderFactory.ResteasyComponentBuilder |
skipResponseHeaders(boolean skipResponseHeaders)
Whether to skip mapping all the HTTP response headers to Camel
headers.
|
build, build, doSetProperty, registerdefault ResteasyComponentBuilderFactory.ResteasyComponentBuilder bridgeErrorHandler(boolean bridgeErrorHandler)
bridgeErrorHandler - the value to setdefault ResteasyComponentBuilderFactory.ResteasyComponentBuilder proxyConsumersClasses(String proxyConsumersClasses)
proxyConsumersClasses - the value to setdefault ResteasyComponentBuilderFactory.ResteasyComponentBuilder copyHeaders(boolean copyHeaders)
copyHeaders - the value to setdefault ResteasyComponentBuilderFactory.ResteasyComponentBuilder lazyStartProducer(boolean lazyStartProducer)
lazyStartProducer - the value to setdefault ResteasyComponentBuilderFactory.ResteasyComponentBuilder responsePayloadStreamingThreshold(int responsePayloadStreamingThreshold)
responsePayloadStreamingThreshold - the value to setdefault ResteasyComponentBuilderFactory.ResteasyComponentBuilder skipRequestHeaders(boolean skipRequestHeaders)
skipRequestHeaders - the value to setdefault ResteasyComponentBuilderFactory.ResteasyComponentBuilder skipResponseHeaders(boolean skipResponseHeaders)
skipResponseHeaders - the value to setdefault ResteasyComponentBuilderFactory.ResteasyComponentBuilder allowJavaSerializedObject(boolean allowJavaSerializedObject)
allowJavaSerializedObject - the value to setdefault ResteasyComponentBuilderFactory.ResteasyComponentBuilder authCachingDisabled(boolean authCachingDisabled)
authCachingDisabled - the value to setdefault ResteasyComponentBuilderFactory.ResteasyComponentBuilder automaticRetriesDisabled(boolean automaticRetriesDisabled)
automaticRetriesDisabled - the value to setdefault ResteasyComponentBuilderFactory.ResteasyComponentBuilder autowiredEnabled(boolean autowiredEnabled)
autowiredEnabled - the value to setdefault ResteasyComponentBuilderFactory.ResteasyComponentBuilder connectionStateDisabled(boolean connectionStateDisabled)
connectionStateDisabled - the value to setdefault ResteasyComponentBuilderFactory.ResteasyComponentBuilder contentCompressionDisabled(boolean contentCompressionDisabled)
contentCompressionDisabled - the value to setdefault ResteasyComponentBuilderFactory.ResteasyComponentBuilder cookieManagementDisabled(boolean cookieManagementDisabled)
cookieManagementDisabled - the value to setdefault ResteasyComponentBuilderFactory.ResteasyComponentBuilder defaultUserAgentDisabled(boolean defaultUserAgentDisabled)
defaultUserAgentDisabled - the value to setdefault ResteasyComponentBuilderFactory.ResteasyComponentBuilder redirectHandlingDisabled(boolean redirectHandlingDisabled)
redirectHandlingDisabled - the value to setdefault ResteasyComponentBuilderFactory.ResteasyComponentBuilder headerFilterStrategy(org.apache.camel.spi.HeaderFilterStrategy headerFilterStrategy)
headerFilterStrategy - the value to setApache Camel