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