org.omg.CORBA
public abstract class ServiceDetailHelper extends Object
Method Summary | |
---|---|
static ServiceDetail | extract(Any a)
Extract the service detail info from the given {@link Any}
|
static String | id()
Get the service detail repository id.
|
static void | insert(Any a, ServiceDetail that)
Insert the service detail into the given {@link Any}.
|
static ServiceDetail | read(InputStream istream)
Read the service detail information from the given CDR
intput stream. |
static TypeCode | type()
Get the typecode of the service detail, assuming to be it
a structure with the two fields.
|
static void | write(OutputStream ostream, ServiceDetail value)
Write the service detail data to the given CDR output stream.
|
Parameters: a the Any to extract from.
Returns: the extracted detail.
Throws: BAD_OPERATION if the parameter holds something different from the ServiceDetail.
Returns: the service detail repository id,
IDL:omg.org/CORBA/ServiceDetail:1.0
, always.
Parameters: a the Any to insert into. that the detail to insert.
Parameters: istream a stram to read from.
Returns: the loaded service detail.
Returns: the newly created or cached typecode value.
Parameters: ostream a stream to write into. value a value to write.