|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.omg.CosNaming.BindingTypeHelper
public abstract class BindingTypeHelper
A helper operations of the BindingType
Constructor Summary | |
---|---|
BindingTypeHelper()
|
Method Summary | |
---|---|
static BindingType |
extract(Any any)
Extract the binding type from the given Any . |
static String |
id()
Return the binding type repository id. |
static void |
insert(Any any,
BindingType that)
Insert the binding type into the given 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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BindingTypeHelper()
Method Detail |
---|
public static BindingType extract(Any any)
Any
.
public static String id()
public static void insert(Any any, BindingType that)
Any
.
public static BindingType read(InputStream istream)
public static TypeCode type()
public static void write(OutputStream ostream, BindingType value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |