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