public final class RequestInfoHelper extends Object
Constructor and Description |
---|
RequestInfoHelper() |
Modifier and Type | Method and Description |
---|---|
static RequestInfo |
extract(Any any) |
static String |
id() |
static void |
insert(Any any,
RequestInfo s) |
static RequestInfo |
narrow(Object obj) |
static RequestInfo |
read(InputStream in) |
static TypeCode |
type() |
static RequestInfo |
unchecked_narrow(Object obj) |
static void |
write(OutputStream _out,
RequestInfo s) |
public static void insert(Any any, RequestInfo s)
public static RequestInfo extract(Any any)
public static TypeCode type()
public static String id()
public static RequestInfo read(InputStream in)
public static void write(OutputStream _out, RequestInfo s)
public static RequestInfo narrow(Object obj)
public static RequestInfo unchecked_narrow(Object obj)
Copyright © 2016 JacORB. All rights reserved.