public class RouteProfile extends AbstractRouteCommand
| Modifier and Type | Field and Description |
|---|---|
protected static String |
HEADER_FORMAT |
protected static String |
OUTPUT_FORMAT |
| Constructor and Description |
|---|
RouteProfile() |
| Modifier and Type | Method and Description |
|---|---|
Object |
doExecute() |
void |
executeOnRoute(org.apache.camel.CamelContext camelContext,
org.apache.camel.Route camelRoute) |
setCamelControllerprotected static final String HEADER_FORMAT
protected static final String OUTPUT_FORMAT
public Object doExecute() throws Exception
doExecute in class AbstractRouteCommandExceptionpublic void executeOnRoute(org.apache.camel.CamelContext camelContext,
org.apache.camel.Route camelRoute)
throws Exception
executeOnRoute in class AbstractRouteCommandExceptionApache Camel