org.omg.CosTrading.ProxyPackage

Class ProxyInfoHelper

public class ProxyInfoHelper extends Object

Helper class for : ProxyInfo

Author: OpenORB Compiler

Method Summary
static ProxyInfoextract(Any a)
Extract ProxyInfo from an any
static Stringid()
Return the ProxyInfo IDL ID
static voidinsert(Any a, ProxyInfo t)
Insert ProxyInfo into an any
static ProxyInforead(InputStream istream)
Read ProxyInfo from a marshalled stream
static TypeCodetype()
Return the ProxyInfo TypeCode
static voidwrite(OutputStream ostream, ProxyInfo value)
Write ProxyInfo into a marshalled stream

Method Detail

extract

public static ProxyInfo extract(Any a)
Extract ProxyInfo from an any

Parameters: a an any

Returns: the extracted ProxyInfo value

id

public static String id()
Return the ProxyInfo IDL ID

Returns: an ID

insert

public static void insert(Any a, ProxyInfo t)
Insert ProxyInfo into an any

Parameters: a an any t ProxyInfo value

read

public static ProxyInfo read(InputStream istream)
Read ProxyInfo from a marshalled stream

Parameters: istream the input stream

Returns: the readed ProxyInfo value

type

public static TypeCode type()
Return the ProxyInfo TypeCode

Returns: a TypeCode

write

public static void write(OutputStream ostream, ProxyInfo value)
Write ProxyInfo into a marshalled stream

Parameters: ostream the output stream value ProxyInfo value