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