default ResteasyEndpointBuilderFactory.ResteasyEndpointConsumerBuilder |
ResteasyEndpointBuilderFactory.ResteasyEndpointConsumerBuilder.async(boolean async) |
Configure the consumer to work in async mode.
|
default ResteasyEndpointBuilderFactory.ResteasyEndpointConsumerBuilder |
ResteasyEndpointBuilderFactory.ResteasyEndpointConsumerBuilder.async(String async) |
Configure the consumer to work in async mode.
|
default ResteasyEndpointBuilderFactory.ResteasyEndpointConsumerBuilder |
ResteasyEndpointBuilderFactory.AdvancedResteasyEndpointConsumerBuilder.basic() |
|
default ResteasyEndpointBuilderFactory.ResteasyEndpointConsumerBuilder |
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 |
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 |
ResteasyEndpointBuilderFactory.ResteasyEndpointConsumerBuilder.httpMethodRestrict(String httpMethodRestrict) |
Used to only allow consuming if the HttpMethod matches, such as
GET/POST/PUT etc.
|
default ResteasyEndpointBuilderFactory.ResteasyEndpointConsumerBuilder |
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 |
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 |
ResteasyEndpointBuilderFactory.ResteasyEndpointConsumerBuilder.password(String password) |
Sets the password.
|
default ResteasyEndpointBuilderFactory.ResteasyEndpointConsumerBuilder |
ResteasyEndpointBuilderFactory.ResteasyEndpointConsumerBuilder.proxyClientClass(String proxyClientClass) |
Sets the resteasy proxyClientClass.
|
default ResteasyEndpointBuilderFactory.ResteasyEndpointConsumerBuilder |
ResteasyEndpointBuilderFactory.ResteasyEndpointConsumerBuilder.responseBufferSize(Integer responseBufferSize) |
To use a custom buffer size on the javax.servlet.ServletResponse.
|
default ResteasyEndpointBuilderFactory.ResteasyEndpointConsumerBuilder |
ResteasyEndpointBuilderFactory.ResteasyEndpointConsumerBuilder.responseBufferSize(String responseBufferSize) |
To use a custom buffer size on the javax.servlet.ServletResponse.
|
default ResteasyEndpointBuilderFactory.ResteasyEndpointConsumerBuilder |
ResteasyEndpointBuilderFactory.ResteasyEndpointConsumerBuilder.resteasyMethod(String resteasyMethod) |
Sets the resteasy method to process the request.
|
default ResteasyEndpointBuilderFactory.ResteasyEndpointConsumerBuilder |
ResteasyEndpointBuilderFactory.ResteasyEndpointConsumerBuilder.servletName(String servletName) |
Sets the servlet name.
|
default ResteasyEndpointBuilderFactory.ResteasyEndpointConsumerBuilder |
ResteasyEndpointBuilderFactory.ResteasyEndpointConsumerBuilder.username(String username) |
Sets the username.
|