super( null ) ; this.stubClass = cls;
org.omg.CORBA.Object stub = null; try { stub = (org.omg.CORBA.Object) stubClass.newInstance(); } catch (InstantiationException e) { throw new RuntimeException(e); } catch (IllegalAccessException e) { throw new RuntimeException(e); } return stub ;