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