org.omg.CosNaming
Class BindingListHelper

java.lang.Object
  |
  +--org.omg.CosNaming.BindingListHelper

public class BindingListHelper
extends java.lang.Object

Helper class for : BindingList

Author:
OpenORB Compiler

Constructor Summary
BindingListHelper()
           
 
Method Summary
static Binding[] extract(org.omg.CORBA.Any a)
          Extract BindingList from an any
static java.lang.String id()
          Return the BindingList IDL ID
static void insert(org.omg.CORBA.Any a, Binding[] t)
          Insert BindingList into an any
static Binding[] read(org.omg.CORBA.portable.InputStream istream)
          Read BindingList from a marshalled stream
static org.omg.CORBA.TypeCode type()
          Return the BindingList TypeCode
static void write(org.omg.CORBA.portable.OutputStream ostream, Binding[] value)
          Write BindingList into a marshalled stream
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BindingListHelper

public BindingListHelper()
Method Detail

insert

public static void insert(org.omg.CORBA.Any a,
                          Binding[] t)
Insert BindingList into an any
Parameters:
a - an any
t - BindingList value

extract

public static Binding[] extract(org.omg.CORBA.Any a)
Extract BindingList from an any
Parameters:
a - an any
Returns:
the extracted BindingList value

type

public static org.omg.CORBA.TypeCode type()
Return the BindingList TypeCode
Returns:
a TypeCode

id

public static java.lang.String id()
Return the BindingList IDL ID
Returns:
an ID

read

public static Binding[] read(org.omg.CORBA.portable.InputStream istream)
Read BindingList from a marshalled stream
Parameters:
istream - the input stream
Returns:
the readed BindingList value

write

public static void write(org.omg.CORBA.portable.OutputStream ostream,
                         Binding[] value)
Write BindingList into a marshalled stream
Parameters:
ostream - the output stream
value - BindingList value