default ResteasyEndpointBuilderFactory.AdvancedResteasyEndpointBuilder |
ResteasyEndpointBuilderFactory.ResteasyEndpointBuilder.advanced() |
|
default ResteasyEndpointBuilderFactory.AdvancedResteasyEndpointBuilder |
ResteasyEndpointBuilderFactory.AdvancedResteasyEndpointBuilder.headerFilterStrategy(String headerFilterStrategy) |
To use a custom HeaderFilterStrategy to filter header to and from
Camel message.
|
default ResteasyEndpointBuilderFactory.AdvancedResteasyEndpointBuilder |
ResteasyEndpointBuilderFactory.AdvancedResteasyEndpointBuilder.headerFilterStrategy(org.apache.camel.spi.HeaderFilterStrategy headerFilterStrategy) |
To use a custom HeaderFilterStrategy to filter header to and from
Camel message.
|
default ResteasyEndpointBuilderFactory.AdvancedResteasyEndpointBuilder |
ResteasyEndpointBuilderFactory.AdvancedResteasyEndpointBuilder.mapHttpMessageBody(boolean mapHttpMessageBody) |
If this option is true then IN exchange Body of the exchange will be
mapped to HTTP body.
|
default ResteasyEndpointBuilderFactory.AdvancedResteasyEndpointBuilder |
ResteasyEndpointBuilderFactory.AdvancedResteasyEndpointBuilder.mapHttpMessageBody(String mapHttpMessageBody) |
If this option is true then IN exchange Body of the exchange will be
mapped to HTTP body.
|
default ResteasyEndpointBuilderFactory.AdvancedResteasyEndpointBuilder |
ResteasyEndpointBuilderFactory.AdvancedResteasyEndpointBuilder.mapHttpMessageFormUrlEncodedBody(boolean mapHttpMessageFormUrlEncodedBody) |
If this option is true then IN exchange Form Encoded body of the
exchange will be mapped to HTTP.
|
default ResteasyEndpointBuilderFactory.AdvancedResteasyEndpointBuilder |
ResteasyEndpointBuilderFactory.AdvancedResteasyEndpointBuilder.mapHttpMessageFormUrlEncodedBody(String mapHttpMessageFormUrlEncodedBody) |
If this option is true then IN exchange Form Encoded body of the
exchange will be mapped to HTTP.
|
default ResteasyEndpointBuilderFactory.AdvancedResteasyEndpointBuilder |
ResteasyEndpointBuilderFactory.AdvancedResteasyEndpointBuilder.mapHttpMessageHeaders(boolean mapHttpMessageHeaders) |
If this option is true then IN exchange Headers of the exchange will
be mapped to HTTP headers.
|
default ResteasyEndpointBuilderFactory.AdvancedResteasyEndpointBuilder |
ResteasyEndpointBuilderFactory.AdvancedResteasyEndpointBuilder.mapHttpMessageHeaders(String mapHttpMessageHeaders) |
If this option is true then IN exchange Headers of the exchange will
be mapped to HTTP headers.
|
default ResteasyEndpointBuilderFactory.AdvancedResteasyEndpointBuilder |
ResteasyEndpointBuilderFactory.AdvancedResteasyEndpointBuilder.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.AdvancedResteasyEndpointBuilder |
ResteasyEndpointBuilderFactory.AdvancedResteasyEndpointBuilder.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.AdvancedResteasyEndpointBuilder |
ResteasyEndpointBuilderFactory.AdvancedResteasyEndpointBuilder.skipServletProcessing(Boolean skipServletProcessing) |
Sets the flag to use skip servlet processing and let camel take over
processing.
|
default ResteasyEndpointBuilderFactory.AdvancedResteasyEndpointBuilder |
ResteasyEndpointBuilderFactory.AdvancedResteasyEndpointBuilder.skipServletProcessing(String skipServletProcessing) |
Sets the flag to use skip servlet processing and let camel take over
processing.
|
default ResteasyEndpointBuilderFactory.AdvancedResteasyEndpointBuilder |
ResteasyEndpointBuilderFactory.AdvancedResteasyEndpointBuilder.synchronous(boolean synchronous) |
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
default ResteasyEndpointBuilderFactory.AdvancedResteasyEndpointBuilder |
ResteasyEndpointBuilderFactory.AdvancedResteasyEndpointBuilder.synchronous(String synchronous) |
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
default ResteasyEndpointBuilderFactory.AdvancedResteasyEndpointBuilder |
ResteasyEndpointBuilderFactory.AdvancedResteasyEndpointBuilder.useSystemProperties(boolean useSystemProperties) |
To use System Properties as fallback for configuration.
|
default ResteasyEndpointBuilderFactory.AdvancedResteasyEndpointBuilder |
ResteasyEndpointBuilderFactory.AdvancedResteasyEndpointBuilder.useSystemProperties(String useSystemProperties) |
To use System Properties as fallback for configuration.
|