throw wrapper.badCompletionStatusInLocateReply(
CompletionStatus.COMPLETED_MAYBE, new Integer(status) );
}
} else if ( (this.reply_status == OBJECT_FORWARD) ||
(this.reply_status == OBJECT_FORWARD_PERM) ){
CDRInputStream cdr = (CDRInputStream) istream;
this.ior = IORFactories.makeIOR( cdr ) ;
} else if (this.reply_status == LOC_NEEDS_ADDRESSING_MODE) {
// read GIOP::AddressingDisposition from body and resend the
// original request using the requested addressing mode. The
// resending is transparent to the caller.