public final class ProxyTypeHelper extends Object
Constructor and Description |
---|
ProxyTypeHelper() |
Modifier and Type | Method and Description |
---|---|
static ProxyType |
extract(Any any) |
static String |
id() |
static void |
insert(Any any,
ProxyType s) |
static ProxyType |
read(InputStream in) |
static TypeCode |
type() |
static void |
write(OutputStream out,
ProxyType s) |
public static TypeCode type()
public static String id()
public static ProxyType read(InputStream in)
public static void write(OutputStream out, ProxyType s)
Copyright © 2017 JacORB. All rights reserved.