A successful completion will have a single value:
R
103104105106107108109110111112113
} catch (HessianProtocolException e) { throw e; } catch (Throwable e) { log.log(Level.WARNING, e.toString(), e); out.startReply(); out.writeFault("ServiceException", e.getMessage(), e); out.completeReply(); } out.flush();