org.jboss.proxy.ejb.IORFactory This is an IIOP "proxy factory" for <code>EJBHome</code>s and <code>EJBObject</code>s. Rather than creating Java proxies (as the JRMP proxy factory does), this factory creates CORBA IORs. <p> An <code>IORFactory</code> is associated to a given enterprise b ...
org.jboss.proxy.ejb.DynamicIIOPStub Dynamically generated IIOP stub classes extend this abstract superclass, which extends <code>javax.rmi.CORBA.Stub</code>. A <code>DynamicIIOPStub</code> is a local proxy of a remote object. It has methods (<code>invoke()</code>, <code>invokeBoolean()</ ...