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 CamelContext s
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 implemeting
a controller that runs locally in the same JVM as Camel. |
AbstractRouteCommand |
Abstract command for working with a one ore more routes.
|
CatalogComponentDocCommand |
Shows documentation of a component from Catalog
|
CatalogComponentHelper | |
CatalogComponentHelper.Table | |
CatalogComponentHelper.TableColumn | |
CatalogComponentInfoCommand |
Shows properties of a component from Catalog
|
CatalogComponentListCommand |
From the Camel catalog lists all the components.
|
CatalogDataFormatDocCommand |
Shows documentation of a data format from Catalog
|
CatalogDataFormatListCommand |
From the Camel catalog lists all the data formats.
|
CatalogEipListCommand |
From the Camel catalog lists all the EIPs.
|
CatalogLanguageDocCommand |
Shows documentation of a language from Catalog
|
CatalogLanguageListCommand |
From the Camel catalog lists all the languages.
|
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.
|
Apache Camel