| 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 |
|---|---|
void |
CamelContext.addRoutes(RoutesBuilder builder)
Adds a collection of routes to this context using the given builder
to build them.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AdviceWithRouteBuilder
A
RouteBuilder which has extended capabilities when using
the advice with feature. |
class |
RouteBuilder
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
RouteBuilder.addRoutes(RoutesBuilder routes)
Deprecated.
will be removed in Camel 3.0. Instead use
includeRoutes instead. |
void |
RouteBuilder.includeRoutes(RoutesBuilder routes)
Includes the routes from the build to this builder.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultCamelContext.addRoutes(RoutesBuilder builder) |
| Modifier and Type | Method and Description |
|---|---|
RoutesBuilder |
RouteBuilderDefinition.createRoutes(CamelContext camelContext) |
Apache Camel