Package | Description |
---|---|
org.jacorb.orb | |
org.omg.GIOP | |
org.omg.IOP |
Modifier and Type | Method and Description |
---|---|
static IOR |
ParsedIOR.createObjectIOR(Profile profile)
factory method
|
static IOR |
ParsedIOR.createObjectIOR(Profile[] profiles) |
IOR |
ParsedIOR.getIOR() |
IOR |
Delegate.getIOR() |
abstract IOR |
IORMutator.mutateIncoming(IOR object)
mutateIncoming is called by CDRInputStream::readObject. |
abstract IOR |
IORMutator.mutateOutgoing(IOR object)
mutateOutgoing is called by CDROutputStream::writeObject. |
Modifier and Type | Method and Description |
---|---|
void |
ParsedIOR.decode(IOR _ior)
When multiple internet IOP tags are present, they will probably
have different versions, we will use the highest version
between 0 and 1.
|
abstract IOR |
IORMutator.mutateIncoming(IOR object)
mutateIncoming is called by CDRInputStream::readObject. |
abstract IOR |
IORMutator.mutateOutgoing(IOR object)
mutateOutgoing is called by CDROutputStream::writeObject. |
void |
CDROutputStream.write_IOR(IOR ior) |
Constructor and Description |
---|
Delegate(ORB orb,
IOR ior) |
ParsedIOR(ORB orb,
IOR ior)
Creates a new
ParsedIOR instance. |
Modifier and Type | Field and Description |
---|---|
IOR |
IORAddressingInfo.ior |
Constructor and Description |
---|
IORAddressingInfo(int selected_profile_index,
IOR ior) |
Modifier and Type | Field and Description |
---|---|
IOR |
IORHolder.value |
Modifier and Type | Method and Description |
---|---|
static IOR |
IORHelper.extract(Any any) |
static IOR |
IORHelper.read(InputStream in) |
Modifier and Type | Method and Description |
---|---|
static void |
IORHelper.insert(Any any,
IOR s) |
static void |
IORHelper.write(OutputStream out,
IOR s) |
Constructor and Description |
---|
IORHolder(IOR initial) |