org.omg.CosNaming
public abstract class BindingHelper extends Object
Method Summary | |
---|---|
static Binding | extract(Any a)
Extract the binding from the given {@link Any}. |
static String | id()
Return the binding repository id. |
static void | insert(Any a, Binding that)
Insert the binding into the given {@link Any}. |
static Binding | read(InputStream istream)
Read the binding from the given CDR stream. |
static TypeCode | type()
Create the type code for this exception. |
static void | write(OutputStream ostream, Binding value)
Write the exception to the CDR output stream. |