}
@Override
protected void doStart() throws Exception {
// create route context processor to wrap output
routeContextProcessor = new RouteContextProcessor(routeContext, getOutput());
ServiceHelper.startServices(errorHandler, output, routeContextProcessor);
}