public static interface ResteasyEndpointBuilderFactory.ResteasyEndpointConsumerBuilder
extends org.apache.camel.builder.EndpointConsumerBuilder
| Modifier and Type | Method and Description |
|---|---|
default ResteasyEndpointBuilderFactory.AdvancedResteasyEndpointConsumerBuilder |
advanced() |
default ResteasyEndpointBuilderFactory.ResteasyEndpointConsumerBuilder |
async(boolean async)
Configure the consumer to work in async mode.
|
default ResteasyEndpointBuilderFactory.ResteasyEndpointConsumerBuilder |
async(String async)
Configure the consumer to work in async mode.
|
default ResteasyEndpointBuilderFactory.ResteasyEndpointConsumerBuilder |
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.ResteasyEndpointConsumerBuilder |
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.ResteasyEndpointConsumerBuilder |
chunked(boolean chunked)
If this option is false the Servlet will disable the HTTP streaming
and set the content-length header on the response.
|
default ResteasyEndpointBuilderFactory.ResteasyEndpointConsumerBuilder |
chunked(String chunked)
If this option is false the Servlet will disable the HTTP streaming
and set the content-length header on the response.
|
default ResteasyEndpointBuilderFactory.ResteasyEndpointConsumerBuilder |
disableStreamCache(boolean disableStreamCache)
Determines whether or not the raw input stream from Servlet is cached
or not (Camel will read the stream into a in memory/overflow to file,
Stream caching) cache.
|
default ResteasyEndpointBuilderFactory.ResteasyEndpointConsumerBuilder |
disableStreamCache(String disableStreamCache)
Determines whether or not the raw input stream from Servlet is cached
or not (Camel will read the stream into a in memory/overflow to file,
Stream caching) cache.
|
default ResteasyEndpointBuilderFactory.ResteasyEndpointConsumerBuilder |
httpMethodRestrict(String httpMethodRestrict)
Used to only allow consuming if the HttpMethod matches, such as
GET/POST/PUT etc.
|
default ResteasyEndpointBuilderFactory.ResteasyEndpointConsumerBuilder |
matchOnUriPrefix(boolean matchOnUriPrefix)
Whether or not the consumer should try to find a target consumer by
matching the URI prefix if no exact match is found.
|
default ResteasyEndpointBuilderFactory.ResteasyEndpointConsumerBuilder |
matchOnUriPrefix(String matchOnUriPrefix)
Whether or not the consumer should try to find a target consumer by
matching the URI prefix if no exact match is found.
|
default ResteasyEndpointBuilderFactory.ResteasyEndpointConsumerBuilder |
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 ResteasyEndpointBuilderFactory.ResteasyEndpointConsumerBuilder |
muteException(String 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 ResteasyEndpointBuilderFactory.ResteasyEndpointConsumerBuilder |
password(String password)
Sets the password.
|
default ResteasyEndpointBuilderFactory.ResteasyEndpointConsumerBuilder |
proxyClientClass(String proxyClientClass)
Sets the resteasy proxyClientClass.
|
default ResteasyEndpointBuilderFactory.ResteasyEndpointConsumerBuilder |
responseBufferSize(Integer responseBufferSize)
To use a custom buffer size on the javax.servlet.ServletResponse.
|
default ResteasyEndpointBuilderFactory.ResteasyEndpointConsumerBuilder |
responseBufferSize(String responseBufferSize)
To use a custom buffer size on the javax.servlet.ServletResponse.
|
default ResteasyEndpointBuilderFactory.ResteasyEndpointConsumerBuilder |
resteasyMethod(String resteasyMethod)
Sets the resteasy method to process the request.
|
default ResteasyEndpointBuilderFactory.ResteasyEndpointConsumerBuilder |
servletName(String servletName)
Sets the servlet name.
|
default ResteasyEndpointBuilderFactory.ResteasyEndpointConsumerBuilder |
transferException(boolean transferException)
If enabled and an Exchange failed processing on the consumer side,
and if the caused Exception was send back serialized in the response
as a application/x-java-serialized-object content type.
|
default ResteasyEndpointBuilderFactory.ResteasyEndpointConsumerBuilder |
transferException(String transferException)
If enabled and an Exchange failed processing on the consumer side,
and if the caused Exception was send back serialized in the response
as a application/x-java-serialized-object content type.
|
default ResteasyEndpointBuilderFactory.ResteasyEndpointConsumerBuilder |
username(String username)
Sets the username.
|
default ResteasyEndpointBuilderFactory.AdvancedResteasyEndpointConsumerBuilder advanced()
default ResteasyEndpointBuilderFactory.ResteasyEndpointConsumerBuilder chunked(boolean chunked)
boolean type.
Default: true
Group: commondefault ResteasyEndpointBuilderFactory.ResteasyEndpointConsumerBuilder chunked(String chunked)
boolean type.
Default: true
Group: commondefault ResteasyEndpointBuilderFactory.ResteasyEndpointConsumerBuilder disableStreamCache(boolean disableStreamCache)
boolean type.
Default: false
Group: commondefault ResteasyEndpointBuilderFactory.ResteasyEndpointConsumerBuilder disableStreamCache(String disableStreamCache)
boolean type.
Default: false
Group: commondefault ResteasyEndpointBuilderFactory.ResteasyEndpointConsumerBuilder resteasyMethod(String resteasyMethod)
java.lang.String type.
Default: GET
Group: commondefault ResteasyEndpointBuilderFactory.ResteasyEndpointConsumerBuilder servletName(String servletName)
java.lang.String type.
Group: commondefault ResteasyEndpointBuilderFactory.ResteasyEndpointConsumerBuilder transferException(boolean transferException)
boolean type.
Default: false
Group: commondefault ResteasyEndpointBuilderFactory.ResteasyEndpointConsumerBuilder transferException(String transferException)
boolean type.
Default: false
Group: commondefault ResteasyEndpointBuilderFactory.ResteasyEndpointConsumerBuilder async(boolean async)
boolean type.
Default: false
Group: consumerdefault ResteasyEndpointBuilderFactory.ResteasyEndpointConsumerBuilder async(String async)
boolean type.
Default: false
Group: consumerdefault ResteasyEndpointBuilderFactory.ResteasyEndpointConsumerBuilder bridgeErrorHandler(boolean bridgeErrorHandler)
boolean type.
Default: false
Group: consumerdefault ResteasyEndpointBuilderFactory.ResteasyEndpointConsumerBuilder bridgeErrorHandler(String bridgeErrorHandler)
boolean type.
Default: false
Group: consumerdefault ResteasyEndpointBuilderFactory.ResteasyEndpointConsumerBuilder httpMethodRestrict(String httpMethodRestrict)
java.lang.String type.
Group: consumerdefault ResteasyEndpointBuilderFactory.ResteasyEndpointConsumerBuilder matchOnUriPrefix(boolean matchOnUriPrefix)
boolean type.
Default: false
Group: consumerdefault ResteasyEndpointBuilderFactory.ResteasyEndpointConsumerBuilder matchOnUriPrefix(String matchOnUriPrefix)
boolean type.
Default: false
Group: consumerdefault ResteasyEndpointBuilderFactory.ResteasyEndpointConsumerBuilder muteException(boolean muteException)
boolean type.
Default: false
Group: consumerdefault ResteasyEndpointBuilderFactory.ResteasyEndpointConsumerBuilder muteException(String muteException)
boolean type.
Default: false
Group: consumerdefault ResteasyEndpointBuilderFactory.ResteasyEndpointConsumerBuilder responseBufferSize(Integer responseBufferSize)
java.lang.Integer type.
Group: consumerdefault ResteasyEndpointBuilderFactory.ResteasyEndpointConsumerBuilder responseBufferSize(String responseBufferSize)
java.lang.Integer
type.
Group: consumerdefault ResteasyEndpointBuilderFactory.ResteasyEndpointConsumerBuilder proxyClientClass(String proxyClientClass)
java.lang.String type.
Group: proxydefault ResteasyEndpointBuilderFactory.ResteasyEndpointConsumerBuilder password(String password)
java.lang.String type.
Group: securitydefault ResteasyEndpointBuilderFactory.ResteasyEndpointConsumerBuilder username(String username)
java.lang.String type.
Group: securityApache Camel