org.omg.CosTrading.ProxyPackage
public class ProxyInfoHelper extends Object
Method Summary | |
---|---|
static ProxyInfo | extract(Any a)
Extract ProxyInfo from an any
|
static String | id()
Return the ProxyInfo IDL ID |
static void | insert(Any a, ProxyInfo t)
Insert ProxyInfo into an any |
static ProxyInfo | read(InputStream istream)
Read ProxyInfo from a marshalled stream |
static TypeCode | type()
Return the ProxyInfo TypeCode |
static void | write(OutputStream ostream, ProxyInfo value)
Write ProxyInfo into a marshalled stream |
Parameters: a an any
Returns: the extracted ProxyInfo value
Returns: an ID
Parameters: a an any t ProxyInfo value
Parameters: istream the input stream
Returns: the readed ProxyInfo value
Returns: a TypeCode
Parameters: ostream the output stream value ProxyInfo value