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