org.omg.CosNaming
public abstract class BindingHelper extends Object
Binding
.Constructor and Description |
---|
BindingHelper() |
Modifier and Type | Method and Description |
---|---|
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.
|
public BindingHelper()
public static Binding read(InputStream istream)
public static void write(OutputStream ostream, Binding value)