org.omg.GIOP
Class TargetAddressHelper

java.lang.Object
  |
  +--org.omg.GIOP.TargetAddressHelper

public class TargetAddressHelper
extends java.lang.Object


Constructor Summary
TargetAddressHelper()
           
 
Method Summary
static TargetAddress extract(Any a)
           
static java.lang.String id()
           
static void insert(Any a, TargetAddress t)
           
static TargetAddress read(InputStream istream)
           
static TypeCode type()
           
static void write(OutputStream ostream, TargetAddress value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TargetAddressHelper

public TargetAddressHelper()
Method Detail

insert

public static void insert(Any a,
                          TargetAddress t)

extract

public static TargetAddress extract(Any a)

type

public static TypeCode type()

id

public static java.lang.String id()

read

public static TargetAddress read(InputStream istream)

write

public static void write(OutputStream ostream,
                         TargetAddress value)