public static org.omg.IIOP.BiDirIIOPServiceContext read(
     final org.omg.CORBA.portable.InputStream in) {
   org.omg.IIOP.BiDirIIOPServiceContext result = new org.omg.IIOP.BiDirIIOPServiceContext();
   result.listen_points = org.omg.IIOP.ListenPointListHelper.read(in);
   return result;
 }