public abstract class IDLTypeHelper extends Object
| Constructor and Description |
|---|
IDLTypeHelper() |
| Modifier and Type | Method and Description |
|---|---|
static IDLType |
extract(Any any) |
static String |
id() |
static void |
insert(Any any,
IDLType s) |
static IDLType |
narrow(Object obj) |
static IDLType |
read(InputStream in) |
static TypeCode |
type() |
static IDLType |
unchecked_narrow(Object obj) |
static void |
write(OutputStream _out,
IDLType s) |
public static TypeCode type()
public static String id()
public static IDLType read(InputStream in)
public static void write(OutputStream _out, IDLType s)
Copyright © 2017 JacORB. All rights reserved.