| Package | Description |
|---|---|
| org.apache.camel |
The core Camel API.
|
| org.apache.camel.impl |
Default implementation classes for Camel Core
|
| org.apache.camel.model.rest |
The JAXB POJOs for the REST DSL
|
| Modifier and Type | Method and Description |
|---|---|
RestConfiguration |
CamelContext.getRestConfiguration()
Gets the current REST configuration
|
| Modifier and Type | Method and Description |
|---|---|
void |
CamelContext.setRestConfiguration(RestConfiguration restConfiguration)
Sets a custom
RestConfiguration |
| Modifier and Type | Method and Description |
|---|---|
RestConfiguration |
DefaultCamelContext.getRestConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultCamelContext.setRestConfiguration(RestConfiguration restConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
RestConfiguration |
RestConfigurationDefinition.asRestConfiguration(CamelContext context)
Creates a
RestConfiguration instance based on the definition |
Apache Camel