default ResteasyEndpointBuilderFactory.AdvancedResteasyEndpointConsumerBuilder |
ResteasyEndpointBuilderFactory.ResteasyEndpointConsumerBuilder.advanced() |
|
default ResteasyEndpointBuilderFactory.AdvancedResteasyEndpointConsumerBuilder |
ResteasyEndpointBuilderFactory.AdvancedResteasyEndpointConsumerBuilder.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 ResteasyEndpointBuilderFactory.AdvancedResteasyEndpointConsumerBuilder |
ResteasyEndpointBuilderFactory.AdvancedResteasyEndpointConsumerBuilder.bridgeErrorHandler(String 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 ResteasyEndpointBuilderFactory.AdvancedResteasyEndpointConsumerBuilder |
ResteasyEndpointBuilderFactory.AdvancedResteasyEndpointConsumerBuilder.eagerCheckContentAvailable(boolean eagerCheckContentAvailable) |
Whether to eager check whether the HTTP requests has content if the
content-length header is 0 or not present.
|
default ResteasyEndpointBuilderFactory.AdvancedResteasyEndpointConsumerBuilder |
ResteasyEndpointBuilderFactory.AdvancedResteasyEndpointConsumerBuilder.eagerCheckContentAvailable(String eagerCheckContentAvailable) |
Whether to eager check whether the HTTP requests has content if the
content-length header is 0 or not present.
|
default ResteasyEndpointBuilderFactory.AdvancedResteasyEndpointConsumerBuilder |
ResteasyEndpointBuilderFactory.AdvancedResteasyEndpointConsumerBuilder.exceptionHandler(String exceptionHandler) |
To let the consumer use a custom ExceptionHandler.
|
default ResteasyEndpointBuilderFactory.AdvancedResteasyEndpointConsumerBuilder |
ResteasyEndpointBuilderFactory.AdvancedResteasyEndpointConsumerBuilder.exceptionHandler(org.apache.camel.spi.ExceptionHandler exceptionHandler) |
To let the consumer use a custom ExceptionHandler.
|
default ResteasyEndpointBuilderFactory.AdvancedResteasyEndpointConsumerBuilder |
ResteasyEndpointBuilderFactory.AdvancedResteasyEndpointConsumerBuilder.exchangePattern(String exchangePattern) |
Sets the exchange pattern when the consumer creates an exchange.
|
default ResteasyEndpointBuilderFactory.AdvancedResteasyEndpointConsumerBuilder |
ResteasyEndpointBuilderFactory.AdvancedResteasyEndpointConsumerBuilder.exchangePattern(org.apache.camel.ExchangePattern exchangePattern) |
Sets the exchange pattern when the consumer creates an exchange.
|
default ResteasyEndpointBuilderFactory.AdvancedResteasyEndpointConsumerBuilder |
ResteasyEndpointBuilderFactory.AdvancedResteasyEndpointConsumerBuilder.headerFilterStrategy(String headerFilterStrategy) |
To use a custom HeaderFilterStrategy to filter header to and from
Camel message.
|
default ResteasyEndpointBuilderFactory.AdvancedResteasyEndpointConsumerBuilder |
ResteasyEndpointBuilderFactory.AdvancedResteasyEndpointConsumerBuilder.headerFilterStrategy(org.apache.camel.spi.HeaderFilterStrategy headerFilterStrategy) |
To use a custom HeaderFilterStrategy to filter header to and from
Camel message.
|
default ResteasyEndpointBuilderFactory.AdvancedResteasyEndpointConsumerBuilder |
ResteasyEndpointBuilderFactory.AdvancedResteasyEndpointConsumerBuilder.mapHttpMessageBody(boolean mapHttpMessageBody) |
If this option is true then IN exchange Body of the exchange will be
mapped to HTTP body.
|
default ResteasyEndpointBuilderFactory.AdvancedResteasyEndpointConsumerBuilder |
ResteasyEndpointBuilderFactory.AdvancedResteasyEndpointConsumerBuilder.mapHttpMessageBody(String mapHttpMessageBody) |
If this option is true then IN exchange Body of the exchange will be
mapped to HTTP body.
|
default ResteasyEndpointBuilderFactory.AdvancedResteasyEndpointConsumerBuilder |
ResteasyEndpointBuilderFactory.AdvancedResteasyEndpointConsumerBuilder.mapHttpMessageFormUrlEncodedBody(boolean mapHttpMessageFormUrlEncodedBody) |
If this option is true then IN exchange Form Encoded body of the
exchange will be mapped to HTTP.
|
default ResteasyEndpointBuilderFactory.AdvancedResteasyEndpointConsumerBuilder |
ResteasyEndpointBuilderFactory.AdvancedResteasyEndpointConsumerBuilder.mapHttpMessageFormUrlEncodedBody(String mapHttpMessageFormUrlEncodedBody) |
If this option is true then IN exchange Form Encoded body of the
exchange will be mapped to HTTP.
|
default ResteasyEndpointBuilderFactory.AdvancedResteasyEndpointConsumerBuilder |
ResteasyEndpointBuilderFactory.AdvancedResteasyEndpointConsumerBuilder.mapHttpMessageHeaders(boolean mapHttpMessageHeaders) |
If this option is true then IN exchange Headers of the exchange will
be mapped to HTTP headers.
|
default ResteasyEndpointBuilderFactory.AdvancedResteasyEndpointConsumerBuilder |
ResteasyEndpointBuilderFactory.AdvancedResteasyEndpointConsumerBuilder.mapHttpMessageHeaders(String mapHttpMessageHeaders) |
If this option is true then IN exchange Headers of the exchange will
be mapped to HTTP headers.
|
default ResteasyEndpointBuilderFactory.AdvancedResteasyEndpointConsumerBuilder |
ResteasyEndpointBuilderFactory.AdvancedResteasyEndpointConsumerBuilder.optionsEnabled(boolean optionsEnabled) |
Specifies whether to enable HTTP OPTIONS for this Servlet consumer.
|
default ResteasyEndpointBuilderFactory.AdvancedResteasyEndpointConsumerBuilder |
ResteasyEndpointBuilderFactory.AdvancedResteasyEndpointConsumerBuilder.optionsEnabled(String optionsEnabled) |
Specifies whether to enable HTTP OPTIONS for this Servlet consumer.
|
default ResteasyEndpointBuilderFactory.AdvancedResteasyEndpointConsumerBuilder |
ResteasyEndpointBuilderFactory.AdvancedResteasyEndpointConsumerBuilder.setHttpResponseDuringProcessing(Boolean setHttpResponseDuringProcessing) |
Sets the flag to use the endpoint where you can either populate camel
exchange from servlet response or use request itself which may be
thought as if it is a proxy.
|
default ResteasyEndpointBuilderFactory.AdvancedResteasyEndpointConsumerBuilder |
ResteasyEndpointBuilderFactory.AdvancedResteasyEndpointConsumerBuilder.setHttpResponseDuringProcessing(String setHttpResponseDuringProcessing) |
Sets the flag to use the endpoint where you can either populate camel
exchange from servlet response or use request itself which may be
thought as if it is a proxy.
|
default ResteasyEndpointBuilderFactory.AdvancedResteasyEndpointConsumerBuilder |
ResteasyEndpointBuilderFactory.AdvancedResteasyEndpointConsumerBuilder.skipServletProcessing(Boolean skipServletProcessing) |
Sets the flag to use skip servlet processing and let camel take over
processing.
|
default ResteasyEndpointBuilderFactory.AdvancedResteasyEndpointConsumerBuilder |
ResteasyEndpointBuilderFactory.AdvancedResteasyEndpointConsumerBuilder.skipServletProcessing(String skipServletProcessing) |
Sets the flag to use skip servlet processing and let camel take over
processing.
|
default ResteasyEndpointBuilderFactory.AdvancedResteasyEndpointConsumerBuilder |
ResteasyEndpointBuilderFactory.AdvancedResteasyEndpointConsumerBuilder.traceEnabled(boolean traceEnabled) |
Specifies whether to enable HTTP TRACE for this Servlet consumer.
|
default ResteasyEndpointBuilderFactory.AdvancedResteasyEndpointConsumerBuilder |
ResteasyEndpointBuilderFactory.AdvancedResteasyEndpointConsumerBuilder.traceEnabled(String traceEnabled) |
Specifies whether to enable HTTP TRACE for this Servlet consumer.
|
default ResteasyEndpointBuilderFactory.AdvancedResteasyEndpointConsumerBuilder |
ResteasyEndpointBuilderFactory.AdvancedResteasyEndpointConsumerBuilder.useSystemProperties(boolean useSystemProperties) |
To use System Properties as fallback for configuration.
|
default ResteasyEndpointBuilderFactory.AdvancedResteasyEndpointConsumerBuilder |
ResteasyEndpointBuilderFactory.AdvancedResteasyEndpointConsumerBuilder.useSystemProperties(String useSystemProperties) |
To use System Properties as fallback for configuration.
|