org.omg.CosTrading
public class IllegalServiceTypeHelper extends Object
Method Summary | |
---|---|
static IllegalServiceType | extract(Any a)
Extract IllegalServiceType from an any
|
static String | id()
Return the IllegalServiceType IDL ID |
static void | insert(Any a, IllegalServiceType t)
Insert IllegalServiceType into an any |
static IllegalServiceType | read(InputStream istream)
Read IllegalServiceType from a marshalled stream |
static TypeCode | type()
Return the IllegalServiceType TypeCode |
static void | write(OutputStream ostream, IllegalServiceType value)
Write IllegalServiceType into a marshalled stream |
Parameters: a an any
Returns: the extracted IllegalServiceType value
Returns: an ID
Parameters: a an any t IllegalServiceType value
Parameters: istream the input stream
Returns: the readed IllegalServiceType value
Returns: a TypeCode
Parameters: ostream the output stream value IllegalServiceType value