org.omg.CosNaming

Class BindingListHelper

public abstract class BindingListHelper extends Object

The helper operations for the binding list.
Method Summary
static Binding[]extract(Any a)
Extract the array of bindings from the given {@link Any}.
static Stringid()
Get the binding list repository id.
static voidinsert(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 TypeCodetype()
Return the binding array type code.
static voidwrite(OutputStream ostream, Binding[] value)
Write the array of bindings into the given CDR output stream.

Method Detail

extract

public static Binding[] extract(Any a)
Extract the array of bindings from the given {@link Any}.

id

public static String id()
Get the binding list repository id.

insert

public static void insert(Any a, Binding[] bindings)
Insert the array of bindings into the given {@link Any}.

read

public static Binding[] read(InputStream istream)
Read the array of bindings from the given CDR input stream.

type

public static TypeCode type()
Return the binding array type code.

write

public static void write(OutputStream ostream, Binding[] value)
Write the array of bindings into the given CDR output stream.