protected Object readPostData(InputStream in)
throws IOException, RestException
{
HessianInput hessianIn = new HessianInput(in);
return hessianIn.readObject(null);
}
protected void writeResponse(OutputStream out, Object result)
throws IOException, RestException
{