default ResteasyEndpointBuilderFactory.ResteasyEndpointProducerBuilder |
ResteasyEndpointBuilderFactory.AdvancedResteasyEndpointProducerBuilder.basic() |
|
default ResteasyEndpointBuilderFactory.ResteasyEndpointProducerBuilder |
ResteasyEndpointBuilderFactory.ResteasyEndpointProducerBuilder.bridgeEndpoint(boolean bridgeEndpoint) |
If the option is true, HttpProducer will ignore the Exchange.HTTP_URI
header, and use the endpoint's URI for request.
|
default ResteasyEndpointBuilderFactory.ResteasyEndpointProducerBuilder |
ResteasyEndpointBuilderFactory.ResteasyEndpointProducerBuilder.bridgeEndpoint(String bridgeEndpoint) |
If the option is true, HttpProducer will ignore the Exchange.HTTP_URI
header, and use the endpoint's URI for request.
|
default ResteasyEndpointBuilderFactory.ResteasyEndpointProducerBuilder |
ResteasyEndpointBuilderFactory.ResteasyEndpointProducerBuilder.connectionClose(boolean connectionClose) |
Specifies whether a Connection Close header must be added to HTTP
Request.
|
default ResteasyEndpointBuilderFactory.ResteasyEndpointProducerBuilder |
ResteasyEndpointBuilderFactory.ResteasyEndpointProducerBuilder.connectionClose(String connectionClose) |
Specifies whether a Connection Close header must be added to HTTP
Request.
|
default ResteasyEndpointBuilderFactory.ResteasyEndpointProducerBuilder |
ResteasyEndpointBuilderFactory.ResteasyEndpointProducerBuilder.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.ResteasyEndpointProducerBuilder |
ResteasyEndpointBuilderFactory.ResteasyEndpointProducerBuilder.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.ResteasyEndpointProducerBuilder |
ResteasyEndpointBuilderFactory.ResteasyEndpointProducerBuilder.followRedirects(boolean followRedirects) |
Whether to the HTTP request should follow redirects.
|
default ResteasyEndpointBuilderFactory.ResteasyEndpointProducerBuilder |
ResteasyEndpointBuilderFactory.ResteasyEndpointProducerBuilder.followRedirects(String followRedirects) |
Whether to the HTTP request should follow redirects.
|
default ResteasyEndpointBuilderFactory.ResteasyEndpointProducerBuilder |
ResteasyEndpointBuilderFactory.ResteasyEndpointProducerBuilder.httpMethod(String httpMethod) |
Configure the HTTP method to use.
|
default ResteasyEndpointBuilderFactory.ResteasyEndpointProducerBuilder |
ResteasyEndpointBuilderFactory.ResteasyEndpointProducerBuilder.httpMethod(org.apache.camel.http.common.HttpMethods httpMethod) |
Configure the HTTP method to use.
|
default ResteasyEndpointBuilderFactory.ResteasyEndpointProducerBuilder |
ResteasyEndpointBuilderFactory.ResteasyEndpointProducerBuilder.password(String password) |
Sets the password.
|
default ResteasyEndpointBuilderFactory.ResteasyEndpointProducerBuilder |
ResteasyEndpointBuilderFactory.ResteasyEndpointProducerBuilder.proxyClientClass(String proxyClientClass) |
Sets the resteasy proxyClientClass.
|
default ResteasyEndpointBuilderFactory.ResteasyEndpointProducerBuilder |
ResteasyEndpointBuilderFactory.ResteasyEndpointProducerBuilder.resteasyMethod(String resteasyMethod) |
Sets the resteasy method to process the request.
|
default ResteasyEndpointBuilderFactory.ResteasyEndpointProducerBuilder |
ResteasyEndpointBuilderFactory.ResteasyEndpointProducerBuilder.servletName(String servletName) |
Sets the servlet name.
|
default ResteasyEndpointBuilderFactory.ResteasyEndpointProducerBuilder |
ResteasyEndpointBuilderFactory.ResteasyEndpointProducerBuilder.throwExceptionOnFailure(boolean throwExceptionOnFailure) |
Option to disable throwing the HttpOperationFailedException in case
of failed responses from the remote server.
|
default ResteasyEndpointBuilderFactory.ResteasyEndpointProducerBuilder |
ResteasyEndpointBuilderFactory.ResteasyEndpointProducerBuilder.throwExceptionOnFailure(String throwExceptionOnFailure) |
Option to disable throwing the HttpOperationFailedException in case
of failed responses from the remote server.
|
default ResteasyEndpointBuilderFactory.ResteasyEndpointProducerBuilder |
ResteasyEndpointBuilderFactory.ResteasyEndpointProducerBuilder.username(String username) |
Sets the username.
|