| Package | Description |
|---|---|
| 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.
|
| org.apache.camel.spi |
Service Provider Interfaces used internally by the Camel runtime which are plugin strategies.
|
| org.apache.camel.view |
Deprecated:
Helper class to help with the Visualisation of Routes
|
| Modifier and Type | Method and Description |
|---|---|
FromDefinition |
DefaultRouteContext.getFrom() |
| Constructor and Description |
|---|
DefaultRouteContext(CamelContext camelContext,
RouteDefinition route,
FromDefinition from,
Collection<Route> routes) |
| Modifier and Type | Method and Description |
|---|---|
List<FromDefinition> |
RouteDefinition.getInputs() |
| Modifier and Type | Method and Description |
|---|---|
protected RouteContext |
RouteDefinition.addRoutes(CamelContext camelContext,
Collection<Route> routes,
FromDefinition fromType) |
| Modifier and Type | Method and Description |
|---|---|
void |
RouteDefinition.setInputs(List<FromDefinition> inputs)
Input to the route.
|
| Modifier and Type | Method and Description |
|---|---|
FromDefinition |
RouteContext.getFrom()
Gets the from type
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
RouteDotGenerator.printRoute(PrintWriter writer,
RouteDefinition route,
FromDefinition input)
Deprecated.
|
Apache Camel