Package | Description |
---|---|
org.apache.camel.commands |
Modifier and Type | Class and Description |
---|---|
class |
AbstractContextCommand
Abstract command for working with a single
CamelContext |
class |
AbstractRouteCommand
Abstract command for working with a one ore more routes.
|
class |
CatalogComponentDocCommand
Shows documentation of a component from Catalog
|
class |
CatalogComponentInfoCommand
Shows properties of a component from Catalog
|
class |
CatalogComponentListCommand
From the Camel catalog lists all the components.
|
class |
CatalogDataFormatDocCommand
Shows documentation of a data format from Catalog
|
class |
CatalogDataFormatListCommand
From the Camel catalog lists all the data formats.
|
class |
CatalogEipListCommand
From the Camel catalog lists all the EIPs.
|
class |
CatalogLanguageDocCommand
Shows documentation of a language from Catalog
|
class |
CatalogLanguageListCommand
From the Camel catalog lists all the languages.
|
class |
ComponentListCommand
List all the Camel components that are currently used/loaded in the JVM.
|
class |
ContextInflightCommand
Command to display inflight exchange information
|
class |
ContextInfoCommand
Command to display detailed information about a given
CamelContext . |
class |
ContextListCommand
Command to list all
CamelContext in the JVM. |
class |
ContextResumeCommand
Command to resume a Camel context.
|
class |
ContextStartCommand
Command to start a Camel context.
|
class |
ContextStopCommand
Command to stop a Camel context.
|
class |
ContextSuspendCommand
Command to suspend a Camel context.
|
class |
EipExplainCommand
Explain the Camel EIP.
|
class |
EndpointExplainCommand
Explain the Camel endpoints available in the JVM.
|
class |
EndpointListCommand
List the Camel endpoints available in the JVM.
|
class |
EndpointStatisticCommand
Display endpoint runtime statistics for a CamelContext
|
class |
RestApiDocCommand
List the Camel REST services API documentation (requires camel-swagger-java on classpath)
|
class |
RestRegistryListCommand
List the Camel REST services from the Rest registry available in the JVM.
|
class |
RestShowCommand
Command to show the REST marshaled in XML.
|
class |
RouteInfoCommand
Command to display detailed information about a Camel route.
|
class |
RouteListCommand
Command to list all Camel routes.
|
class |
RouteProfileCommand
Command to display profile information about a Camel route.
|
class |
RouteResetStatsCommand
Command to reset route stats.
|
class |
RouteResumeCommand
Command to resume a route.
|
class |
RouteShowCommand
Command to show the route marshaled in XML.
|
class |
RouteStartCommand
Command to start a route.
|
class |
RouteStopCommand
Command to stop a route.
|
class |
RouteSuspendCommand
Command to suspend a route.
|
Apache Camel