| 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.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.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.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.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.
|
Apache Camel