public org.omg.CORBA.Request create_request(org.omg.CORBA.Object self,
org.omg.CORBA.Context ctx, String operation,
org.omg.CORBA.NVList arg_list, org.omg.CORBA.NamedValue result,
org.omg.CORBA.ExceptionList excepts,
org.omg.CORBA.ContextList contexts) {
return new RequestImpl(orb, (org.omg.CORBA.portable.ObjectImpl) self,
operation, ctx, (NVListImpl) arg_list, (NamedValueImpl) result,
(ExceptionListImpl) excepts, contexts);
}