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