org.omg.CORBA
Class ServiceInformationHelper

java.lang.Object
  extended by org.omg.CORBA.ServiceInformationHelper

public abstract class ServiceInformationHelper
extends Object

Helper operations for the service information. This class is part of the service information support, but the 1.4 API specification states that this support should be not implemented.


Constructor Summary
ServiceInformationHelper()
           
 
Method Summary
static ServiceInformation extract(Any a)
          Extract the service information from the given Any.
static String id()
          Get the service information repositroy id.
static void insert(Any a, ServiceInformation that)
          Insert the service information into the given Any.
static ServiceInformation read(InputStream istream)
          Read the service information from the given CDR input stream.
static TypeCode type()
          Get the service information typecode.
static void write(OutputStream ostream, ServiceInformation value)
          Write the service information to the given CDR output stream.
 
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

extract

public static ServiceInformation extract(Any a)
Extract the service information from the given Any.


id

public static String id()
Get the service information repositroy id.


insert

public static void insert(Any a,
                          ServiceInformation that)
Insert the service information into the given Any.


read

public static ServiceInformation read(InputStream istream)
Read the service information from the given CDR input stream.


type

public static TypeCode type()
Get the service information typecode.


write

public static void write(OutputStream ostream,
                         ServiceInformation value)
Write the service information to the given CDR output stream.