| Package | Description |
|---|---|
| org.apache.camel.builder | |
| org.apache.camel.main |
Application level classes that can be used to instantiate camel.
|
| org.apache.camel.model |
The JAXB POJOs for the
XML Configuration
of the routing rules.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AdviceWithRouteBuilder
A
RouteBuilder which has extended capabilities when using
the advice with feature. |
| Modifier and Type | Field and Description |
|---|---|
protected List<RouteBuilder> |
MainSupport.routeBuilders |
| Modifier and Type | Method and Description |
|---|---|
List<RouteBuilder> |
MainSupport.getRouteBuilders() |
| Modifier and Type | Method and Description |
|---|---|
void |
MainSupport.addRouteBuilder(RouteBuilder routeBuilder) |
| Modifier and Type | Method and Description |
|---|---|
void |
MainSupport.setRouteBuilders(List<RouteBuilder> routeBuilders) |
| Modifier and Type | Method and Description |
|---|---|
RouteBuilder |
RouteBuilderDefinition.createRouteBuilder(CamelContext camelContext) |
| Modifier and Type | Method and Description |
|---|---|
RouteDefinition |
RouteDefinition.adviceWith(CamelContext camelContext,
RouteBuilder builder)
Deprecated.
|
RouteDefinition |
RouteDefinition.adviceWith(ModelCamelContext camelContext,
RouteBuilder builder)
Advices this route with the route builder.
|
Apache Camel