| 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 default REST configuration
|
RestConfiguration |
CamelContext.getRestConfiguration(String component,
boolean defaultIfNotFound)
Gets the REST configuration for the given component
|
| Modifier and Type | Method and Description |
|---|---|
Collection<RestConfiguration> |
CamelContext.getRestConfigurations()
Gets all the RestConfigurations
|
| Modifier and Type | Method and Description |
|---|---|
void |
CamelContext.addRestConfiguration(RestConfiguration restConfiguration)
Sets a custom
RestConfiguration |
void |
CamelContext.setRestConfiguration(RestConfiguration restConfiguration)
Sets a custom
RestConfiguration |
| Modifier and Type | Method and Description |
|---|---|
RestConfiguration |
DefaultCamelContext.getRestConfiguration() |
RestConfiguration |
DefaultCamelContext.getRestConfiguration(String component,
boolean defaultIfNotExist) |
| Modifier and Type | Method and Description |
|---|---|
Collection<RestConfiguration> |
DefaultCamelContext.getRestConfigurations() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultCamelContext.addRestConfiguration(RestConfiguration restConfiguration) |
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