org.omg.CORBA
Class ServiceInformationHelper

java.lang.Object
  |
  +--org.omg.CORBA.ServiceInformationHelper

public class ServiceInformationHelper
extends java.lang.Object


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

Constructor Detail

ServiceInformationHelper

public ServiceInformationHelper()
Method Detail

insert

public static void insert(Any a,
                          ServiceInformation t)

extract

public static ServiceInformation extract(Any a)

type

public static TypeCode type()

id

public static java.lang.String id()

read

public static ServiceInformation read(InputStream istream)

write

public static void write(OutputStream ostream,
                         ServiceInformation value)