A successful completion will have a single value:
z
204205206207208209210211212213214
value = new ResultInputStream(httpConn, is, in, (InputStream) value); is = null; httpConn = null; } else in.completeReply(); return value; } catch (HessianProtocolException e) { throw new HessianRuntimeException(e); } finally {
352353354355356357358359360361362
log.log(Level.FINE, e.toString(), e); } try { if (in != null) { in.completeReply(); in.close(); } } catch (Exception e) { log.log(Level.FINE, e.toString(), e); }