org.omg.CORBA

Class 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.
Method Summary
static ServiceInformationextract(Any a)
Extract the service information from the given Any.
static Stringid()
Get the service information repositroy id.
static voidinsert(Any a, ServiceInformation that)
Insert the service information into the given Any.
static ServiceInformationread(InputStream istream)
Read the service information from the given CDR input stream.
static TypeCodetype()
Get the service information typecode.
static voidwrite(OutputStream ostream, ServiceInformation value)
Write the service information to the given CDR output stream.

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.