private OutputStream isIdentical(org.omg.CORBA_2_3.portable.InputStream in, ResponseHandler reply)
     throws Throwable {
   EJBObject arg0 = (EJBObject) in.read_Object(EJBObject.class);
   boolean result = target.isIdentical(arg0);
   OutputStream out = reply.createReply();
   out.write_boolean(result);
   return out;
 }