org.omg.CosNaming
Class BindingHelper
java.lang.Object
|
+--org.omg.CosNaming.BindingHelper
- public class BindingHelper
- extends java.lang.Object
Helper class for : Binding
- Author:
- OpenORB Compiler
|
Method Summary |
static Binding |
extract(org.omg.CORBA.Any a)
Extract Binding from an any |
static java.lang.String |
id()
Return the Binding IDL ID |
static void |
insert(org.omg.CORBA.Any a,
Binding t)
Insert Binding into an any |
static Binding |
read(org.omg.CORBA.portable.InputStream istream)
Read Binding from a marshalled stream |
static org.omg.CORBA.TypeCode |
type()
Return the Binding TypeCode |
static void |
write(org.omg.CORBA.portable.OutputStream ostream,
Binding value)
Write Binding into a marshalled stream |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BindingHelper
public BindingHelper()
insert
public static void insert(org.omg.CORBA.Any a,
Binding t)
- Insert Binding into an any
- Parameters:
a - an anyt - Binding value
extract
public static Binding extract(org.omg.CORBA.Any a)
- Extract Binding from an any
- Parameters:
a - an any- Returns:
- the extracted Binding value
type
public static org.omg.CORBA.TypeCode type()
- Return the Binding TypeCode
- Returns:
- a TypeCode
id
public static java.lang.String id()
- Return the Binding IDL ID
- Returns:
- an ID
read
public static Binding read(org.omg.CORBA.portable.InputStream istream)
- Read Binding from a marshalled stream
- Parameters:
istream - the input stream- Returns:
- the readed Binding value
write
public static void write(org.omg.CORBA.portable.OutputStream ostream,
Binding value)
- Write Binding into a marshalled stream
- Parameters:
ostream - the output streamvalue - Binding value