* on the same GIOPMessageTransport.
*
*/
public InputStream invoke(org.omg.CORBA.Object self, OutputStream output)
throws ApplicationException, RemarshalException {
OutputStreamBase out = (OutputStreamBase) output;
ClientInvocation inv = out.getClientInvocation();
if (inv == null) {
throw new BAD_INV_ORDER("OutputStream from wrong context");
}