public static interface ResteasyEndpointBuilderFactory.ResteasyEndpointBuilder extends ResteasyEndpointBuilderFactory.ResteasyEndpointConsumerBuilder, ResteasyEndpointBuilderFactory.ResteasyEndpointProducerBuilder
| Modifier and Type | Method and Description |
|---|---|
default ResteasyEndpointBuilderFactory.AdvancedResteasyEndpointBuilder |
advanced() |
default ResteasyEndpointBuilderFactory.ResteasyEndpointBuilder |
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.ResteasyEndpointBuilder |
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.ResteasyEndpointBuilder |
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.ResteasyEndpointBuilder |
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.ResteasyEndpointBuilder |
password(String password)
Sets the password.
|
default ResteasyEndpointBuilderFactory.ResteasyEndpointBuilder |
proxyClientClass(String proxyClientClass)
Sets the resteasy proxyClientClass.
|
default ResteasyEndpointBuilderFactory.ResteasyEndpointBuilder |
resteasyMethod(String resteasyMethod)
Sets the resteasy method to process the request.
|
default ResteasyEndpointBuilderFactory.ResteasyEndpointBuilder |
servletName(String servletName)
Sets the servlet name.
|
default ResteasyEndpointBuilderFactory.ResteasyEndpointBuilder |
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.ResteasyEndpointBuilder |
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.ResteasyEndpointBuilder |
username(String username)
Sets the username.
|
async, async, bridgeErrorHandler, bridgeErrorHandler, httpMethodRestrict, matchOnUriPrefix, matchOnUriPrefix, muteException, muteException, responseBufferSize, responseBufferSizedoSetMultiValueProperties, doSetMultiValueProperty, doSetProperty, expr, expr, getUribridgeEndpoint, bridgeEndpoint, clearExpiredCookies, clearExpiredCookies, connectionClose, connectionClose, copyHeaders, copyHeaders, customHostHeader, httpMethod, httpMethod, ignoreResponseBody, ignoreResponseBody, lazyStartProducer, lazyStartProducer, preserveHostHeader, preserveHostHeader, throwExceptionOnFailure, throwExceptionOnFailuredefault ResteasyEndpointBuilderFactory.AdvancedResteasyEndpointBuilder advanced()
advanced in interface ResteasyEndpointBuilderFactory.ResteasyEndpointConsumerBuilderadvanced in interface ResteasyEndpointBuilderFactory.ResteasyEndpointProducerBuilderdefault ResteasyEndpointBuilderFactory.ResteasyEndpointBuilder chunked(boolean chunked)
chunked in interface ResteasyEndpointBuilderFactory.ResteasyEndpointConsumerBuilderchunked in interface ResteasyEndpointBuilderFactory.ResteasyEndpointProducerBuilderchunked - the value to setdefault ResteasyEndpointBuilderFactory.ResteasyEndpointBuilder chunked(String chunked)
chunked in interface ResteasyEndpointBuilderFactory.ResteasyEndpointConsumerBuilderchunked in interface ResteasyEndpointBuilderFactory.ResteasyEndpointProducerBuilderchunked - the value to setdefault ResteasyEndpointBuilderFactory.ResteasyEndpointBuilder disableStreamCache(boolean disableStreamCache)
disableStreamCache in interface ResteasyEndpointBuilderFactory.ResteasyEndpointConsumerBuilderdisableStreamCache in interface ResteasyEndpointBuilderFactory.ResteasyEndpointProducerBuilderdisableStreamCache - the value to setdefault ResteasyEndpointBuilderFactory.ResteasyEndpointBuilder disableStreamCache(String disableStreamCache)
disableStreamCache in interface ResteasyEndpointBuilderFactory.ResteasyEndpointConsumerBuilderdisableStreamCache in interface ResteasyEndpointBuilderFactory.ResteasyEndpointProducerBuilderdisableStreamCache - the value to setdefault ResteasyEndpointBuilderFactory.ResteasyEndpointBuilder resteasyMethod(String resteasyMethod)
resteasyMethod in interface ResteasyEndpointBuilderFactory.ResteasyEndpointConsumerBuilderresteasyMethod in interface ResteasyEndpointBuilderFactory.ResteasyEndpointProducerBuilderresteasyMethod - the value to setdefault ResteasyEndpointBuilderFactory.ResteasyEndpointBuilder servletName(String servletName)
servletName in interface ResteasyEndpointBuilderFactory.ResteasyEndpointConsumerBuilderservletName in interface ResteasyEndpointBuilderFactory.ResteasyEndpointProducerBuilderservletName - the value to setdefault ResteasyEndpointBuilderFactory.ResteasyEndpointBuilder transferException(boolean transferException)
transferException in interface ResteasyEndpointBuilderFactory.ResteasyEndpointConsumerBuildertransferException in interface ResteasyEndpointBuilderFactory.ResteasyEndpointProducerBuildertransferException - the value to setdefault ResteasyEndpointBuilderFactory.ResteasyEndpointBuilder transferException(String transferException)
transferException in interface ResteasyEndpointBuilderFactory.ResteasyEndpointConsumerBuildertransferException in interface ResteasyEndpointBuilderFactory.ResteasyEndpointProducerBuildertransferException - the value to setdefault ResteasyEndpointBuilderFactory.ResteasyEndpointBuilder proxyClientClass(String proxyClientClass)
proxyClientClass in interface ResteasyEndpointBuilderFactory.ResteasyEndpointConsumerBuilderproxyClientClass in interface ResteasyEndpointBuilderFactory.ResteasyEndpointProducerBuilderproxyClientClass - the value to setdefault ResteasyEndpointBuilderFactory.ResteasyEndpointBuilder password(String password)
password in interface ResteasyEndpointBuilderFactory.ResteasyEndpointConsumerBuilderpassword in interface ResteasyEndpointBuilderFactory.ResteasyEndpointProducerBuilderpassword - the value to setdefault ResteasyEndpointBuilderFactory.ResteasyEndpointBuilder username(String username)
username in interface ResteasyEndpointBuilderFactory.ResteasyEndpointConsumerBuilderusername in interface ResteasyEndpointBuilderFactory.ResteasyEndpointProducerBuilderusername - the value to setApache Camel