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