979899100101102103104105
return in; } public void releaseReply(InputStreamBase in) { GIOPInputStream gin = (GIOPInputStream) in; gin.finishGIOPMessage(); } }
8485868788899091929394
if (invocation.isResponseExpected()) { mt.registerResponse(invocation.getRequestID()); } // push message gout.finishGIOPMessage(); if (!invocation.isResponseExpected()) { return null; }