< prev index next >

src/java.corba/share/classes/com/sun/corba/se/spi/ior/package.html

Print this page

        

*** 39,50 **** <ul> <li>An IOR has a type ID string, and contains TaggedProfile instances.</li> <li>An IIOPProfile isA TaggedProfile.</li> <li>An IIOPProfile is composed of an IIOPProfileTemplate and an object ID.</li> <li>An IIOPProfileTemplate has an ObjectKeyTemplate, and contains TaggedComponents.</li> ! <li>A TaggedComponent has an ID, and can be written to an OuputStream.<li> ! <li>A TaggedComponentFactory reads a TaggedComponent from an InputStream.<li> </ul> <p> In all cases, containment is represented by having the appropriate interface (IOR and IIOPProfileTemplate above) extend java.util.List. This makes it easy to use all of the facilities in the Java collections framework with IORs. However, note that all --- 39,50 ---- <ul> <li>An IOR has a type ID string, and contains TaggedProfile instances.</li> <li>An IIOPProfile isA TaggedProfile.</li> <li>An IIOPProfile is composed of an IIOPProfileTemplate and an object ID.</li> <li>An IIOPProfileTemplate has an ObjectKeyTemplate, and contains TaggedComponents.</li> ! <li>A TaggedComponent has an ID, and can be written to an OuputStream.</li> ! <li>A TaggedComponentFactory reads a TaggedComponent from an InputStream.</li> </ul> <p> In all cases, containment is represented by having the appropriate interface (IOR and IIOPProfileTemplate above) extend java.util.List. This makes it easy to use all of the facilities in the Java collections framework with IORs. However, note that all
< prev index next >