Uses of Class
org.omg.IOP.IOR
-
Packages that use IOR Package Description com.sun.corba.ee.impl.ior com.sun.corba.ee.impl.protocol.giopmsgheaders com.sun.corba.ee.spi.ior Provides access to the components and profiles in an IOR without the overhead of CDR encoding.org.omg.IOP -
-
Uses of IOR in com.sun.corba.ee.impl.ior
Methods in com.sun.corba.ee.impl.ior that return IOR Modifier and Type Method Description IORIORImpl. getIOPIOR() -
Uses of IOR in com.sun.corba.ee.impl.protocol.giopmsgheaders
Fields in com.sun.corba.ee.impl.protocol.giopmsgheaders declared as IOR Modifier and Type Field Description IORIORAddressingInfo. iorConstructors in com.sun.corba.ee.impl.protocol.giopmsgheaders with parameters of type IOR Constructor Description IORAddressingInfo(int _selected_profile_index, IOR _ior) -
Uses of IOR in com.sun.corba.ee.spi.ior
Methods in com.sun.corba.ee.spi.ior that return IOR Modifier and Type Method Description IORIOR. getIOPIOR()Return a representation of this IOR in the standard GIOP marshalled form. -
Uses of IOR in org.omg.IOP
Fields in org.omg.IOP declared as IOR Modifier and Type Field Description IORIORHolder. valueMethods in org.omg.IOP that return IOR Modifier and Type Method Description static IORIORHelper. extract(Any a)static IORIORHelper. read(InputStream istream)Methods in org.omg.IOP with parameters of type IOR Modifier and Type Method Description static voidIORHelper. insert(Any a, IOR that)static voidIORHelper. write(OutputStream ostream, IOR value)Constructors in org.omg.IOP with parameters of type IOR Constructor Description IORHolder(IOR initialValue)
-