org.omg.CosNaming

Class BindingHelper

public abstract class BindingHelper extends Object

The helper operations for {@link Binding}.
Method Summary
static Bindingextract(Any a)
Extract the binding from the given {@link Any}.
static Stringid()
Return the binding repository id.
static voidinsert(Any a, Binding that)
Insert the binding into the given {@link Any}.
static Bindingread(InputStream istream)
Read the binding from the given CDR stream.
static TypeCodetype()
Create the type code for this exception.
static voidwrite(OutputStream ostream, Binding value)
Write the exception to the CDR output stream.

Method Detail

extract

public static Binding extract(Any a)
Extract the binding from the given {@link Any}.

id

public static String id()
Return the binding repository id.

insert

public static void insert(Any a, Binding that)
Insert the binding into the given {@link Any}.

read

public static Binding read(InputStream istream)
Read the binding from the given CDR stream.

type

public static TypeCode type()
Create the type code for this exception.

write

public static void write(OutputStream ostream, Binding value)
Write the exception to the CDR output stream.