public final class JacORBEventChannelFactoryHelper
extends java.lang.Object
Constructor and Description |
---|
JacORBEventChannelFactoryHelper() |
Modifier and Type | Method and Description |
---|---|
static JacORBEventChannelFactory |
extract(Any any) |
static java.lang.String |
id() |
static void |
insert(Any any,
JacORBEventChannelFactory s) |
static JacORBEventChannelFactory |
narrow(Object obj) |
static JacORBEventChannelFactory |
read(InputStream in) |
static TypeCode |
type() |
static JacORBEventChannelFactory |
unchecked_narrow(Object obj) |
static void |
write(OutputStream _out,
JacORBEventChannelFactory s) |
public static void insert(Any any, JacORBEventChannelFactory s)
public static JacORBEventChannelFactory extract(Any any)
public static TypeCode type()
public static java.lang.String id()
public static JacORBEventChannelFactory read(InputStream in)
public static void write(OutputStream _out, JacORBEventChannelFactory s)
public static JacORBEventChannelFactory narrow(Object obj)
public static JacORBEventChannelFactory unchecked_narrow(Object obj)