| Package | Description |
|---|---|
| org.apache.camel.builder.endpoint | |
| org.apache.camel.builder.endpoint.dsl |
| Modifier and Type | Method and Description |
|---|---|
static ResteasyEndpointBuilderFactory.ResteasyEndpointBuilder |
StaticEndpointBuilders.resteasy(String path)
Resteasy (camel-resteasy)
Expose REST endpoints and access external REST servers.
|
static ResteasyEndpointBuilderFactory.ResteasyEndpointBuilder |
StaticEndpointBuilders.resteasy(String componentName,
String path)
Resteasy (camel-resteasy)
Expose REST endpoints and access external REST servers.
|
| Modifier and Type | Method and Description |
|---|---|
default ResteasyEndpointBuilderFactory.ResteasyEndpointBuilder |
ResteasyEndpointBuilderFactory.AdvancedResteasyEndpointBuilder.basic() |
default ResteasyEndpointBuilderFactory.ResteasyEndpointBuilder |
ResteasyEndpointBuilderFactory.ResteasyEndpointBuilder.basicAuth(Boolean basicAuth)
Sets the flag to basicAuth on endpoint.
|
default ResteasyEndpointBuilderFactory.ResteasyEndpointBuilder |
ResteasyEndpointBuilderFactory.ResteasyEndpointBuilder.basicAuth(String basicAuth)
Sets the flag to basicAuth on endpoint.
|
default ResteasyEndpointBuilderFactory.ResteasyEndpointBuilder |
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 |
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 |
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 |
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.
|
static ResteasyEndpointBuilderFactory.ResteasyEndpointBuilder |
ResteasyEndpointBuilderFactory.endpointBuilder(String componentName,
String path) |
default ResteasyEndpointBuilderFactory.ResteasyEndpointBuilder |
ResteasyEndpointBuilderFactory.ResteasyEndpointBuilder.password(String password)
Sets the password.
|
default ResteasyEndpointBuilderFactory.ResteasyEndpointBuilder |
ResteasyEndpointBuilderFactory.ResteasyEndpointBuilder.proxyClientClass(String proxyClientClass)
Sets the resteasy proxyClientClass.
|
default ResteasyEndpointBuilderFactory.ResteasyEndpointBuilder |
ResteasyEndpointBuilderFactory.ResteasyEndpointBuilder.proxyMethod(String proxyMethod)
Sets the proxy method defined in an interface.
|
default ResteasyEndpointBuilderFactory.ResteasyEndpointBuilder |
ResteasyEndpointBuilderFactory.ResteasyBuilders.resteasy(String path)
Resteasy (camel-resteasy)
Expose REST endpoints and access external REST servers.
|
default ResteasyEndpointBuilderFactory.ResteasyEndpointBuilder |
ResteasyEndpointBuilderFactory.ResteasyBuilders.resteasy(String componentName,
String path)
Resteasy (camel-resteasy)
Expose REST endpoints and access external REST servers.
|
default ResteasyEndpointBuilderFactory.ResteasyEndpointBuilder |
ResteasyEndpointBuilderFactory.ResteasyEndpointBuilder.restEasyHttpBindingRef(Object restEasyHttpBindingRef)
Sets the restEasyHttpBinding if you have a customised one registered
in the context.
|
default ResteasyEndpointBuilderFactory.ResteasyEndpointBuilder |
ResteasyEndpointBuilderFactory.ResteasyEndpointBuilder.restEasyHttpBindingRef(String restEasyHttpBindingRef)
Sets the restEasyHttpBinding if you have a customised one registered
in the context.
|
default ResteasyEndpointBuilderFactory.ResteasyEndpointBuilder |
ResteasyEndpointBuilderFactory.ResteasyEndpointBuilder.resteasyMethod(String resteasyMethod)
Sets the resteasy method to process the request.
|
default ResteasyEndpointBuilderFactory.ResteasyEndpointBuilder |
ResteasyEndpointBuilderFactory.ResteasyEndpointBuilder.servletName(String servletName)
Sets the servlet name.
|
default ResteasyEndpointBuilderFactory.ResteasyEndpointBuilder |
ResteasyEndpointBuilderFactory.ResteasyEndpointBuilder.sslContextParameters(Object sslContextParameters)
To configure security using SSLContextParameters.
|
default ResteasyEndpointBuilderFactory.ResteasyEndpointBuilder |
ResteasyEndpointBuilderFactory.ResteasyEndpointBuilder.sslContextParameters(String sslContextParameters)
To configure security using SSLContextParameters.
|
default ResteasyEndpointBuilderFactory.ResteasyEndpointBuilder |
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 |
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 |
ResteasyEndpointBuilderFactory.ResteasyEndpointBuilder.username(String username)
Sets the username.
|
default ResteasyEndpointBuilderFactory.ResteasyEndpointBuilder |
ResteasyEndpointBuilderFactory.ResteasyEndpointBuilder.x509HostnameVerifier(Object x509HostnameVerifier)
To use a custom X509HostnameVerifier such as DefaultHostnameVerifier
or NoopHostnameVerifier.
|
default ResteasyEndpointBuilderFactory.ResteasyEndpointBuilder |
ResteasyEndpointBuilderFactory.ResteasyEndpointBuilder.x509HostnameVerifier(String x509HostnameVerifier)
To use a custom X509HostnameVerifier such as DefaultHostnameVerifier
or NoopHostnameVerifier.
|
Apache Camel