public abstract class BindingHelper extends java.lang.Object
Binding.| Constructor and Description |
|---|
BindingHelper() |
| Modifier and Type | Method and Description |
|---|---|
static Binding |
extract(org.omg.CORBA.Any a)
Extract the binding from the given
Any. |
static java.lang.String |
id()
Return the binding repository id.
|
static void |
insert(org.omg.CORBA.Any a,
Binding that)
Insert the binding into the given
Any. |
static Binding |
read(org.omg.CORBA.portable.InputStream istream)
Read the binding from the given CDR stream.
|
static org.omg.CORBA.TypeCode |
type()
Create the type code for this exception.
|
static void |
write(org.omg.CORBA.portable.OutputStream ostream,
Binding value)
Write the exception to the CDR output stream.
|
public BindingHelper()
public static java.lang.String id()
public static void insert(org.omg.CORBA.Any a, Binding that)
Any.public static Binding read(org.omg.CORBA.portable.InputStream istream)
public static org.omg.CORBA.TypeCode type()