public abstract class AbstractRouteCommand
extends org.apache.karaf.shell.console.OsgiCommandSupport
| Constructor and Description |
|---|
AbstractRouteCommand() |
| Modifier and Type | Method and Description |
|---|---|
Object |
doExecute() |
abstract void |
executeOnRoute(org.apache.camel.CamelContext camelContext,
org.apache.camel.Route camelRoute) |
void |
setCamelController(CamelController camelController) |
public void setCamelController(CamelController camelController)
public abstract void executeOnRoute(org.apache.camel.CamelContext camelContext,
org.apache.camel.Route camelRoute)
throws Exception
ExceptionApache Camel