| Package | Description |
|---|---|
| org.apache.camel.builder | |
| org.apache.camel.impl |
Default implementation classes for Camel Core
|
| org.apache.camel.management.mbean |
Camel management JMX MBeans
|
| org.apache.camel.model |
The JAXB POJOs for the
XML Configuration
of the routing rules.
|
| org.apache.camel.model.rest |
The JAXB POJOs for the REST DSL
|
| Modifier and Type | Method and Description |
|---|---|
protected ModelCamelContext |
RouteBuilder.createContainer()
Factory method
|
ModelCamelContext |
RouteBuilder.getContext() |
ModelCamelContext |
BuilderSupport.getContext() |
| Modifier and Type | Method and Description |
|---|---|
RestsDefinition |
RouteBuilder.configureRests(ModelCamelContext context)
Configures the rests
|
RoutesDefinition |
RouteBuilder.configureRoutes(ModelCamelContext context)
Configures the routes
|
protected static ErrorHandlerFactory |
ErrorHandlerBuilderRef.lookupErrorHandlerBuilder(ModelCamelContext camelContext) |
void |
BuilderSupport.setContext(ModelCamelContext context) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultCamelContext
Represents the context used to configure routes and the policies to use.
|
| Modifier and Type | Field and Description |
|---|---|
protected ModelCamelContext |
ManagedRoute.context |
| Constructor and Description |
|---|
ManagedCamelContext(ModelCamelContext context) |
ManagedRoute(ModelCamelContext context,
Route route) |
ManagedRouteController(ModelCamelContext context) |
ManagedSuspendableRoute(ModelCamelContext context,
Route route) |
| Modifier and Type | Method and Description |
|---|---|
ModelCamelContext |
RoutesDefinition.getCamelContext() |
| Modifier and Type | Method and Description |
|---|---|
List<RouteContext> |
RouteDefinition.addRoutes(ModelCamelContext camelContext,
Collection<Route> routes) |
RouteDefinition |
RouteDefinition.adviceWith(ModelCamelContext camelContext,
RouteBuilder builder)
Advices this route with the route builder.
|
List<RestDefinition> |
RestContextRefDefinition.lookupRests(ModelCamelContext camelContext) |
static List<RestDefinition> |
RestContextRefDefinitionHelper.lookupRests(ModelCamelContext camelContext,
String ref)
Lookup the rests from the
RestContextRefDefinition. |
List<RouteDefinition> |
RouteContextRefDefinition.lookupRoutes(ModelCamelContext camelContext) |
static List<RouteDefinition> |
RouteContextRefDefinitionHelper.lookupRoutes(ModelCamelContext camelContext,
String ref)
Lookup the routes from the
RouteContextRefDefinition. |
void |
RouteDefinition.prepare(ModelCamelContext context)
Prepares the route definition to be ready to be added to
CamelContext |
static void |
RouteDefinitionHelper.prepareRoute(ModelCamelContext context,
RouteDefinition route)
Prepares the route.
|
static void |
RouteDefinitionHelper.prepareRoute(ModelCamelContext context,
RouteDefinition route,
List<OnExceptionDefinition> onExceptions,
List<InterceptDefinition> intercepts,
List<InterceptFromDefinition> interceptFromDefinitions,
List<InterceptSendToEndpointDefinition> interceptSendToEndpointDefinitions,
List<OnCompletionDefinition> onCompletions)
Prepares the route which supports context scoped features such as onException, interceptors and onCompletions
This method does not mark the route as prepared afterwards.
|
void |
RoutesDefinition.setCamelContext(ModelCamelContext camelContext) |
| Modifier and Type | Method and Description |
|---|---|
ModelCamelContext |
RestsDefinition.getCamelContext() |
| Modifier and Type | Method and Description |
|---|---|
void |
RestsDefinition.setCamelContext(ModelCamelContext camelContext) |
Apache Camel