161162163164165166167168169170171
try { Hessian2Output out = new Hessian2Output(os); out.writeVersion(); out.call(methodName, args); out.flush(); return is; } catch (IOException e) { try {