org.omg.CosNaming
public abstract class BindingListHelper extends Object
Method Summary | |
---|---|
static Binding[] | extract(Any a)
Extract the array of bindings from the given {@link Any}. |
static String | id()
Get the binding list repository id. |
static void | insert(Any a, Binding[] bindings)
Insert the array of bindings into the given {@link Any}. |
static Binding[] | read(InputStream istream)
Read the array of bindings from the given CDR input stream. |
static TypeCode | type()
Return the binding array type code. |
static void | write(OutputStream ostream, Binding[] value)
Write the array of bindings into the given CDR output stream. |