Uses of Class
com.sun.corba.ee.impl.protocol.giopmsgheaders.IORAddressingInfo
-
Packages that use IORAddressingInfo Package Description com.sun.corba.ee.impl.protocol.giopmsgheaders -
-
Uses of IORAddressingInfo in com.sun.corba.ee.impl.protocol.giopmsgheaders
Fields in com.sun.corba.ee.impl.protocol.giopmsgheaders declared as IORAddressingInfo Modifier and Type Field Description private IORAddressingInfo
TargetAddress. ___ior
Methods in com.sun.corba.ee.impl.protocol.giopmsgheaders that return IORAddressingInfo Modifier and Type Method Description static IORAddressingInfo
IORAddressingInfoHelper. extract(Any a)
IORAddressingInfo
TargetAddress. ior()
static IORAddressingInfo
IORAddressingInfoHelper. read(InputStream istream)
Methods in com.sun.corba.ee.impl.protocol.giopmsgheaders with parameters of type IORAddressingInfo Modifier and Type Method Description static void
IORAddressingInfoHelper. insert(Any a, IORAddressingInfo that)
void
TargetAddress. ior(IORAddressingInfo value)
static void
IORAddressingInfoHelper. write(OutputStream ostream, IORAddressingInfo value)
-