org.omg.IOP
public abstract class ServiceContextListHelper extends Object
Method Summary | |
---|---|
static ServiceContext[] | extract(Any any)
Extract the ServiceContext[] from given Any.
|
static String | id()
Get the ServiceContext[] repository id.
|
static void | insert(Any any, ServiceContext[] that)
Insert the ServiceContext[] into the given Any.
|
static ServiceContext[] | read(InputStream input)
Read the ServiceContext[] from the CDR intput stream as a flexible lenth
sequence.
|
static TypeCode | type()
Get the type code of the {@link ServiceContext}[]. |
static void | write(OutputStream output, ServiceContext[] value)
Write the ServiceContext[] to the CDR output stream as a flexible length
sequence.
|
Throws: BAD_OPERATION if the passed Any does not contain ServiceContext[].
Returns: "IDL:omg.org/IOP/ServiceContextList:1.0", always.
Parameters: any the Any to insert into. that the ServiceContext[] to insert.
Parameters: input a org.omg.CORBA.portable stream to read from.
Parameters: output a org.omg.CORBA.portable stream stream to write into. value a value to write.