org.omg.CosNaming

Class BindingListHelper

public class BindingListHelper extends Object

Helper class for : BindingList

Author: OpenORB Compiler

Method Summary
static Binding[]extract(Any a)
Extract BindingList from an any
static Stringid()
Return the BindingList IDL ID
static voidinsert(Any a, Binding[] t)
Insert BindingList into an any
static Binding[]read(InputStream istream)
Read BindingList from a marshalled stream
static TypeCodetype()
Return the BindingList TypeCode
static voidwrite(OutputStream ostream, Binding[] value)
Write BindingList into a marshalled stream

Method Detail

extract

public static Binding[] extract(Any a)
Extract BindingList from an any

Parameters: a an any

Returns: the extracted BindingList value

id

public static String id()
Return the BindingList IDL ID

Returns: an ID

insert

public static void insert(Any a, Binding[] t)
Insert BindingList into an any

Parameters: a an any t BindingList value

read

public static Binding[] read(InputStream istream)
Read BindingList from a marshalled stream

Parameters: istream the input stream

Returns: the readed BindingList value

type

public static TypeCode type()
Return the BindingList TypeCode

Returns: a TypeCode

write

public static void write(OutputStream ostream, Binding[] value)
Write BindingList into a marshalled stream

Parameters: ostream the output stream value BindingList value