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 IOR
IORImpl. 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 IOR
IORAddressingInfo. ior
Constructors 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 IOR
IOR. 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 IOR
IORHolder. value
Methods in org.omg.IOP that return IOR Modifier and Type Method Description static IOR
IORHelper. extract(Any a)
static IOR
IORHelper. read(InputStream istream)
Methods in org.omg.IOP with parameters of type IOR Modifier and Type Method Description static void
IORHelper. insert(Any a, IOR that)
static void
IORHelper. write(OutputStream ostream, IOR value)
Constructors in org.omg.IOP with parameters of type IOR Constructor Description IORHolder(IOR initialValue)
-