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