| Package | Description |
|---|---|
| org.apache.camel.builder | |
| org.apache.camel.model |
The JAXB POJOs for the
XML
Configuration of the routing rules.
|
| Modifier and Type | Method and Description |
|---|---|
RoutesDefinition |
RouteBuilder.configureRoutes(org.apache.camel.CamelContext context)
Configures the routes
|
RoutesDefinition |
RouteBuilder.getRouteCollection() |
| Modifier and Type | Method and Description |
|---|---|
void |
RouteBuilder.setRouteCollection(RoutesDefinition routeCollection) |
| Modifier and Type | Method and Description |
|---|---|
static RoutesDefinition |
ModelHelper.loadRoutesDefinition(org.apache.camel.CamelContext context,
InputStream inputStream)
Marshal the xml to the model definition
|
static RoutesDefinition |
ModelHelper.loadRoutesDefinition(org.apache.camel.CamelContext context,
Node node)
Marshal the xml to the model definition
|
Apache Camel