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