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