return handleCommand(commandContext);
}
private ClientResponseContext invoke(ClientRequestContext commandContext) throws Exception
{
Request command = commandContext.getCommand();
//
if (command instanceof DoMethodRequest)
{
DoMethodRequest method = (DoMethodRequest)command;