org.omg.CSIIOP
Class TransportAddressListHelper

java.lang.Object
  extended by org.omg.CSIIOP.TransportAddressListHelper

public class TransportAddressListHelper
extends java.lang.Object

Helper class for : TransportAddressList

Author:
OpenORB Compiler

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

Constructor Detail

TransportAddressListHelper

public TransportAddressListHelper()
Method Detail

insert

public static void insert(org.omg.CORBA.Any a,
                          TransportAddress[] t)
Insert TransportAddressList into an any

Parameters:
a - an any
t - TransportAddressList value

extract

public static TransportAddress[] extract(org.omg.CORBA.Any a)
Extract TransportAddressList from an any

Parameters:
a - an any
Returns:
the extracted TransportAddressList value

type

public static org.omg.CORBA.TypeCode type()
Return the TransportAddressList TypeCode

Returns:
a TypeCode

id

public static java.lang.String id()
Return the TransportAddressList IDL ID

Returns:
an ID

read

public static TransportAddress[] read(org.omg.CORBA.portable.InputStream istream)
Read TransportAddressList from a marshalled stream

Parameters:
istream - the input stream
Returns:
the readed TransportAddressList value

write

public static void write(org.omg.CORBA.portable.OutputStream ostream,
                         TransportAddress[] value)
Write TransportAddressList into a marshalled stream

Parameters:
ostream - the output stream
value - TransportAddressList value