c major minor
174175176177178179180181182183184
out = new Hessian2Output(os); break; case HESSIAN_2: in = new Hessian2Input(is); in.readCall(); out = new Hessian2Output(os); break; default: throw new IllegalStateException(header + " is an unknown Hessian call");