public static interface ResteasyEndpointBuilderFactory.ResteasyEndpointBuilder extends ResteasyEndpointBuilderFactory.ResteasyEndpointConsumerBuilder, ResteasyEndpointBuilderFactory.ResteasyEndpointProducerBuilder
| Modifier and Type | Method and Description |
|---|---|
default ResteasyEndpointBuilderFactory.AdvancedResteasyEndpointBuilder |
advanced() |
default ResteasyEndpointBuilderFactory.ResteasyEndpointBuilder |
basicAuth(Boolean basicAuth)
Sets the flag to basicAuth on endpoint.
|
default ResteasyEndpointBuilderFactory.ResteasyEndpointBuilder |
basicAuth(String basicAuth)
Sets the flag to basicAuth on endpoint.
|
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 |
proxyMethod(String proxyMethod)
Sets the proxy method defined in an interface.
|
default ResteasyEndpointBuilderFactory.ResteasyEndpointBuilder |
restEasyHttpBindingRef(Object restEasyHttpBindingRef)
Sets the restEasyHttpBinding if you have a customised one registered
in the context.
|
default ResteasyEndpointBuilderFactory.ResteasyEndpointBuilder |
restEasyHttpBindingRef(String restEasyHttpBindingRef)
Sets the restEasyHttpBinding if you have a customised one registered
in the context.
|
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 |
sslContextParameters(Object sslContextParameters)
To configure security using SSLContextParameters.
|
default ResteasyEndpointBuilderFactory.ResteasyEndpointBuilder |
sslContextParameters(String sslContextParameters)
To configure security using SSLContextParameters.
|
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.
|
default ResteasyEndpointBuilderFactory.ResteasyEndpointBuilder |
x509HostnameVerifier(Object x509HostnameVerifier)
To use a custom X509HostnameVerifier such as DefaultHostnameVerifier
or NoopHostnameVerifier.
|
default ResteasyEndpointBuilderFactory.ResteasyEndpointBuilder |
x509HostnameVerifier(String x509HostnameVerifier)
To use a custom X509HostnameVerifier such as DefaultHostnameVerifier
or NoopHostnameVerifier.
|
async, async, bridgeErrorHandler, bridgeErrorHandler, httpMethodRestrict, matchOnUriPrefix, matchOnUriPrefix, muteException, muteException, responseBufferSize, responseBufferSizedoSetMultiValueProperties, doSetMultiValueProperty, doSetProperty, getUriauthDomain, authenticationPreemptive, authenticationPreemptive, authHost, authMethod, authMethodPriority, authPassword, authUsername, bridgeEndpoint, bridgeEndpoint, clearExpiredCookies, clearExpiredCookies, connectionClose, connectionClose, copyHeaders, copyHeaders, customHostHeader, httpMethod, httpMethod, ignoreResponseBody, ignoreResponseBody, lazyStartProducer, lazyStartProducer, preserveHostHeader, preserveHostHeader, proxyAuthDomain, proxyAuthHost, proxyAuthMethod, proxyAuthPassword, proxyAuthPort, proxyAuthPort, proxyAuthScheme, proxyAuthUsername, proxyHost, proxyPort, proxyPort, throwExceptionOnFailure, throwExceptionOnFailuredefault ResteasyEndpointBuilderFactory.AdvancedResteasyEndpointBuilder advanced()
advanced in interface ResteasyEndpointBuilderFactory.ResteasyEndpointConsumerBuilderadvanced in interface ResteasyEndpointBuilderFactory.ResteasyEndpointProducerBuilderdefault ResteasyEndpointBuilderFactory.ResteasyEndpointBuilder chunked(boolean chunked)
boolean type.
Default: true
Group: commonchunked in interface ResteasyEndpointBuilderFactory.ResteasyEndpointConsumerBuilderchunked in interface ResteasyEndpointBuilderFactory.ResteasyEndpointProducerBuilderdefault ResteasyEndpointBuilderFactory.ResteasyEndpointBuilder chunked(String chunked)
boolean type.
Default: true
Group: commonchunked in interface ResteasyEndpointBuilderFactory.ResteasyEndpointConsumerBuilderchunked in interface ResteasyEndpointBuilderFactory.ResteasyEndpointProducerBuilderdefault ResteasyEndpointBuilderFactory.ResteasyEndpointBuilder disableStreamCache(boolean disableStreamCache)
boolean type.
Default: false
Group: commondisableStreamCache in interface ResteasyEndpointBuilderFactory.ResteasyEndpointConsumerBuilderdisableStreamCache in interface ResteasyEndpointBuilderFactory.ResteasyEndpointProducerBuilderdefault ResteasyEndpointBuilderFactory.ResteasyEndpointBuilder disableStreamCache(String disableStreamCache)
boolean type.
Default: false
Group: commondisableStreamCache in interface ResteasyEndpointBuilderFactory.ResteasyEndpointConsumerBuilderdisableStreamCache in interface ResteasyEndpointBuilderFactory.ResteasyEndpointProducerBuilderdefault ResteasyEndpointBuilderFactory.ResteasyEndpointBuilder restEasyHttpBindingRef(Object restEasyHttpBindingRef)
org.apache.camel.component.resteasy.ResteasyHttpBinding
type.
Group: commonrestEasyHttpBindingRef in interface ResteasyEndpointBuilderFactory.ResteasyEndpointConsumerBuilderrestEasyHttpBindingRef in interface ResteasyEndpointBuilderFactory.ResteasyEndpointProducerBuilderdefault ResteasyEndpointBuilderFactory.ResteasyEndpointBuilder restEasyHttpBindingRef(String restEasyHttpBindingRef)
org.apache.camel.component.resteasy.ResteasyHttpBinding
type.
Group: commonrestEasyHttpBindingRef in interface ResteasyEndpointBuilderFactory.ResteasyEndpointConsumerBuilderrestEasyHttpBindingRef in interface ResteasyEndpointBuilderFactory.ResteasyEndpointProducerBuilderdefault ResteasyEndpointBuilderFactory.ResteasyEndpointBuilder resteasyMethod(String resteasyMethod)
java.lang.String type.
Default: GET
Group: commonresteasyMethod in interface ResteasyEndpointBuilderFactory.ResteasyEndpointConsumerBuilderresteasyMethod in interface ResteasyEndpointBuilderFactory.ResteasyEndpointProducerBuilderdefault ResteasyEndpointBuilderFactory.ResteasyEndpointBuilder servletName(String servletName)
java.lang.String type.
Group: commonservletName in interface ResteasyEndpointBuilderFactory.ResteasyEndpointConsumerBuilderservletName in interface ResteasyEndpointBuilderFactory.ResteasyEndpointProducerBuilderdefault ResteasyEndpointBuilderFactory.ResteasyEndpointBuilder transferException(boolean transferException)
boolean type.
Default: false
Group: commontransferException in interface ResteasyEndpointBuilderFactory.ResteasyEndpointConsumerBuildertransferException in interface ResteasyEndpointBuilderFactory.ResteasyEndpointProducerBuilderdefault ResteasyEndpointBuilderFactory.ResteasyEndpointBuilder transferException(String transferException)
boolean type.
Default: false
Group: commontransferException in interface ResteasyEndpointBuilderFactory.ResteasyEndpointConsumerBuildertransferException in interface ResteasyEndpointBuilderFactory.ResteasyEndpointProducerBuilderdefault ResteasyEndpointBuilderFactory.ResteasyEndpointBuilder proxyClientClass(String proxyClientClass)
java.lang.String type.
Group: proxyproxyClientClass in interface ResteasyEndpointBuilderFactory.ResteasyEndpointConsumerBuilderproxyClientClass in interface ResteasyEndpointBuilderFactory.ResteasyEndpointProducerBuilderdefault ResteasyEndpointBuilderFactory.ResteasyEndpointBuilder proxyMethod(String proxyMethod)
java.lang.String type.
Group: proxyproxyMethod in interface ResteasyEndpointBuilderFactory.ResteasyEndpointConsumerBuilderproxyMethod in interface ResteasyEndpointBuilderFactory.ResteasyEndpointProducerBuilderdefault ResteasyEndpointBuilderFactory.ResteasyEndpointBuilder basicAuth(Boolean basicAuth)
java.lang.Boolean type.
Group: securitybasicAuth in interface ResteasyEndpointBuilderFactory.ResteasyEndpointConsumerBuilderbasicAuth in interface ResteasyEndpointBuilderFactory.ResteasyEndpointProducerBuilderdefault ResteasyEndpointBuilderFactory.ResteasyEndpointBuilder basicAuth(String basicAuth)
java.lang.Boolean
type.
Group: securitybasicAuth in interface ResteasyEndpointBuilderFactory.ResteasyEndpointConsumerBuilderbasicAuth in interface ResteasyEndpointBuilderFactory.ResteasyEndpointProducerBuilderdefault ResteasyEndpointBuilderFactory.ResteasyEndpointBuilder password(String password)
java.lang.String type.
Group: securitypassword in interface ResteasyEndpointBuilderFactory.ResteasyEndpointConsumerBuilderpassword in interface ResteasyEndpointBuilderFactory.ResteasyEndpointProducerBuilderdefault ResteasyEndpointBuilderFactory.ResteasyEndpointBuilder sslContextParameters(Object sslContextParameters)
org.apache.camel.support.jsse.SSLContextParameters type.
Group: securitysslContextParameters in interface ResteasyEndpointBuilderFactory.ResteasyEndpointConsumerBuildersslContextParameters in interface ResteasyEndpointBuilderFactory.ResteasyEndpointProducerBuilderdefault ResteasyEndpointBuilderFactory.ResteasyEndpointBuilder sslContextParameters(String sslContextParameters)
org.apache.camel.support.jsse.SSLContextParameters type.
Group: securitysslContextParameters in interface ResteasyEndpointBuilderFactory.ResteasyEndpointConsumerBuildersslContextParameters in interface ResteasyEndpointBuilderFactory.ResteasyEndpointProducerBuilderdefault ResteasyEndpointBuilderFactory.ResteasyEndpointBuilder username(String username)
java.lang.String type.
Group: securityusername in interface ResteasyEndpointBuilderFactory.ResteasyEndpointConsumerBuilderusername in interface ResteasyEndpointBuilderFactory.ResteasyEndpointProducerBuilderdefault ResteasyEndpointBuilderFactory.ResteasyEndpointBuilder x509HostnameVerifier(Object x509HostnameVerifier)
javax.net.ssl.HostnameVerifier type.
Group: securityx509HostnameVerifier in interface ResteasyEndpointBuilderFactory.ResteasyEndpointConsumerBuilderx509HostnameVerifier in interface ResteasyEndpointBuilderFactory.ResteasyEndpointProducerBuilderdefault ResteasyEndpointBuilderFactory.ResteasyEndpointBuilder x509HostnameVerifier(String x509HostnameVerifier)
javax.net.ssl.HostnameVerifier type.
Group: securityx509HostnameVerifier in interface ResteasyEndpointBuilderFactory.ResteasyEndpointConsumerBuilderx509HostnameVerifier in interface ResteasyEndpointBuilderFactory.ResteasyEndpointProducerBuilderApache Camel