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