org.omg.CORBA
Class ServiceInformationHelper

java.lang.Object
  extended byorg.omg.CORBA.ServiceInformationHelper

public final class ServiceInformationHelper
extends java.lang.Object


Constructor Summary
ServiceInformationHelper()
           
 
Method Summary
static ServiceInformation extract(Any any)
           
static java.lang.String id()
           
static void insert(Any any, ServiceInformation _value)
           
static ServiceInformation read(InputStream _input)
           
static TypeCode type()
           
static void write(OutputStream _output, ServiceInformation _value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceInformationHelper

public ServiceInformationHelper()
Method Detail

insert

public static void insert(Any any,
                          ServiceInformation _value)

extract

public static ServiceInformation extract(Any any)

type

public static TypeCode type()

id

public static java.lang.String id()

read

public static ServiceInformation read(InputStream _input)

write

public static void write(OutputStream _output,
                         ServiceInformation _value)