public abstract class ORBProxyHelper extends Object
Constructor and Description |
---|
ORBProxyHelper() |
Modifier and Type | Method and Description |
---|---|
static ORBProxy |
extract(Any a) |
static String |
id() |
static void |
insert(Any a,
ORBProxy that) |
static ORBProxy |
narrow(Object obj) |
static ORBProxy |
read(InputStream istream) |
static TypeCode |
type() |
static ORBProxy |
unchecked_narrow(Object obj) |
static void |
write(OutputStream ostream,
ORBProxy value) |
public static TypeCode type()
public static String id()
public static ORBProxy read(InputStream istream)
public static void write(OutputStream ostream, ORBProxy value)
Copyright © 2017 JBoss by Red Hat. All rights reserved.