public abstract class BindingListHelper extends java.lang.Object
| Constructor and Description |
|---|
BindingListHelper() |
| Modifier and Type | Method and Description |
|---|---|
static Binding[] |
extract(org.omg.CORBA.Any a)
Extract the array of bindings from the given
Any. |
static java.lang.String |
id()
Get the binding list repository id.
|
static void |
insert(org.omg.CORBA.Any a,
Binding[] bindings)
Insert the array of bindings into the given
Any. |
static Binding[] |
read(org.omg.CORBA.portable.InputStream istream)
Read the array of bindings from the given CDR input stream.
|
static org.omg.CORBA.TypeCode |
type()
Return the binding array type code.
|
static void |
write(org.omg.CORBA.portable.OutputStream ostream,
Binding[] value)
Write the array of bindings into the given CDR output stream.
|
public BindingListHelper()
public static Binding[] extract(org.omg.CORBA.Any a)
Any.public static java.lang.String id()
public static void insert(org.omg.CORBA.Any a, Binding[] bindings)
Any.public static Binding[] read(org.omg.CORBA.portable.InputStream istream)
public static org.omg.CORBA.TypeCode type()