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