Package org.apache.camel.karaf.commands

Interface Summary
CamelController CamelController interface defines the expected behaviors to manipulate Camel resources (context, route, etc).
 

Class Summary
AbstractRouteCommand  
ContextInfo Command to display detailed information about a Camel context.
ContextList List the Camel contexts available in the Karaf instance.
ContextStart Command to start a Camel context.
ContextStop Command to stop a Camel context.
EndpointList List the Camel endpoints available in the Karaf instance.
RouteInfo Command to display detailed information about a Camel route.
RouteList Command to list all Camel routes.
RouteResume Command to resume a route.
RouteShow Command to show the route marshaled in XML.
RouteStart Command to start a route.
RouteStop Command to stop a route.
RouteSuspend Command to suspend a route.
 



Apache CAMEL