| Package | Description |
|---|---|
| org.apache.camel |
The core Camel API.
|
| org.apache.camel.builder | |
| org.apache.camel.impl |
Default implementation classes for Camel Core
|
| org.apache.camel.model |
The JAXB POJOs for the
XML Configuration
of the routing rules.
|
| Modifier and Type | Method and Description |
|---|---|
RestsDefinition |
CamelContext.loadRestsDefinition(InputStream is)
Loads a collection of rest definitions from the given
InputStream. |
| Modifier and Type | Method and Description |
|---|---|
RestsDefinition |
RouteBuilder.configureRests(ModelCamelContext context)
Configures the rests
|
RestsDefinition |
RouteBuilder.getRestCollection() |
| Modifier and Type | Method and Description |
|---|---|
void |
RouteBuilder.setRestCollection(RestsDefinition restCollection) |
| Modifier and Type | Method and Description |
|---|---|
RestsDefinition |
DefaultCamelContext.loadRestsDefinition(InputStream is) |
| Modifier and Type | Method and Description |
|---|---|
RestsDefinition |
ModelCamelContext.loadRestsDefinition(InputStream is)
Loads a collection of rest definitions from the given
InputStream. |
Apache Camel