protected void action(Path path, InputData input, OutputData output) throws Exception {
childService._getService().action(path, input, output);
ContinuationContext conCtx =
(ContinuationContext) getEnvironment().getEntry(ContinuationContext.class);
conCtx.restore();
}
};
runContinuation(service);
}