org.omg.CosTrading.ProxyPackage
Class ProxyInfoHelper

java.lang.Object
  extended by org.omg.CosTrading.ProxyPackage.ProxyInfoHelper

public class ProxyInfoHelper
extends java.lang.Object

Helper class for : ProxyInfo

Author:
OpenORB Compiler

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

Constructor Detail

ProxyInfoHelper

public ProxyInfoHelper()
Method Detail

insert

public static void insert(org.omg.CORBA.Any a,
                          ProxyInfo t)
Insert ProxyInfo into an any

Parameters:
a - an any
t - ProxyInfo value

extract

public static ProxyInfo extract(org.omg.CORBA.Any a)
Extract ProxyInfo from an any

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

type

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

Returns:
a TypeCode

id

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

Returns:
an ID

read

public static ProxyInfo read(org.omg.CORBA.portable.InputStream istream)
Read ProxyInfo from a marshalled stream

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

write

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

Parameters:
ostream - the output stream
value - ProxyInfo value