org.omg.CosTrading

Class ProxyHelper


public final class ProxyHelper
extends java.lang.Object

Generated from IDL interface "Proxy"

Author:
JacORB IDL compiler V 2.2, 7-May-2004

Method Summary

static Proxy
extract(Any any)
static String
id()
static void
insert(Any any, Proxy s)
static Proxy
narrow(java.lang.Object obj)
static Proxy
narrow(Object obj)
static Proxy
read(InputStream in)
static TypeCode
type()
static Proxy
unchecked_narrow(Object obj)
static void
write(OutputStream _out, Proxy s)

Method Details

extract

public static Proxy extract(Any any)


id

public static String id()


insert

public static void insert(Any any,
                          Proxy s)


narrow

public static Proxy narrow(java.lang.Object obj)


narrow

public static Proxy narrow(Object obj)


read

public static Proxy read(InputStream in)


type

public static TypeCode type()


unchecked_narrow

public static Proxy unchecked_narrow(Object obj)


write

public static void write(OutputStream _out,
                         Proxy s)