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