public abstract class ReplyHandlerHelper extends Object
| Constructor and Description |
|---|
ReplyHandlerHelper() |
| Modifier and Type | Method and Description |
|---|---|
static ReplyHandler |
extract(Any any) |
static 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 TypeCode type()
public static void insert(Any any, ReplyHandler s)
public static ReplyHandler extract(Any any)
public static 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)
Copyright © 2017 JacORB. All rights reserved.