| 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 |
|---|---|
RoutesDefinition |
CamelContext.loadRoutesDefinition(InputStream is)
Loads a collection of route definitions from the given
InputStream. |
| Modifier and Type | Method and Description |
|---|---|
RoutesDefinition |
RouteBuilder.configureRoutes(ModelCamelContext context)
Configures the routes
|
RoutesDefinition |
RouteBuilder.getRouteCollection() |
| Modifier and Type | Method and Description |
|---|---|
void |
RouteBuilder.setRouteCollection(RoutesDefinition routeCollection) |
| Modifier and Type | Method and Description |
|---|---|
RoutesDefinition |
DefaultCamelContext.loadRoutesDefinition(InputStream is) |
| Modifier and Type | Method and Description |
|---|---|
static RoutesDefinition |
ModelHelper.loadRoutesDefinition(CamelContext context,
InputStream inputStream)
Marshal the xml to the model definition
|
static RoutesDefinition |
ModelHelper.loadRoutesDefinition(CamelContext context,
Node node)
Marshal the xml to the model definition
|
RoutesDefinition |
ModelCamelContext.loadRoutesDefinition(InputStream is)
Loads a collection of route definitions from the given
InputStream. |
Apache Camel