| Interface | Description |
|---|---|
| CamelCommand |
A Camel command.
|
| CamelController |
CamelController interface defines the expected behaviors to manipulate Camel resources (context, route, etc).
|
| LocalCamelController |
A
CamelController that runs locally, eg within the same JVM as the CamelContexts
it manages. |
| StringEscape |
To escape strings.
|
| Class | Description |
|---|---|
| AbstractCamelCommand |
Abstract base command for
CamelCommand |
| AbstractCamelController |
Abstract
CamelController that implementators should extend. |
| AbstractContextCommand |
Abstract command for working with a single
CamelContext |
| AbstractLocalCamelController |
Abstract
LocalCamelController that implementators should extend when implementing
a controller that runs locally in the same JVM as Camel. |
| AbstractRouteCommand |
Abstract command for working with a one ore more routes.
|
| ComponentListCommand |
List all the Camel components that are currently used/loaded in the JVM.
|
| ContextInflightCommand |
Command to display inflight exchange information
|
| ContextInfoCommand |
Command to display detailed information about a given
CamelContext. |
| ContextListCommand |
Command to list all
CamelContext in the JVM. |
| ContextResumeCommand |
Command to resume a Camel context.
|
| ContextStartCommand |
Command to start a Camel context.
|
| ContextStopCommand |
Command to stop a Camel context.
|
| ContextSuspendCommand |
Command to suspend a Camel context.
|
| EipExplainCommand |
Explain the Camel EIP.
|
| EndpointExplainCommand |
Explain the Camel endpoints available in the JVM.
|
| EndpointListCommand |
List the Camel endpoints available in the JVM.
|
| EndpointStatisticCommand |
Display endpoint runtime statistics for a CamelContext
|
| RestApiDocCommand |
List the Camel REST services API documentation (requires camel-swagger-java on classpath)
|
| RestRegistryListCommand |
List the Camel REST services from the Rest registry available in the JVM.
|
| RestShowCommand |
Command to show the REST marshaled in XML.
|
| RouteInfoCommand |
Command to display detailed information about a Camel route.
|
| RouteListCommand |
Command to list all Camel routes.
|
| RouteProfileCommand |
Command to display profile information about a Camel route.
|
| RouteResetStatsCommand |
Command to reset route stats.
|
| RouteResumeCommand |
Command to resume a route.
|
| RouteShowCommand |
Command to show the route marshaled in XML.
|
| RouteStartCommand |
Command to start a route.
|
| RouteStopCommand |
Command to stop a route.
|
| RouteSuspendCommand |
Command to suspend a route.
|
| TransformerListCommand |
List the Camel transformers available in the JVM.
|
| ValidatorListCommand |
List the Camel validators available in the JVM.
|
Apache Camel