public final class ServerRequestInfoHelper extends Object
Constructor and Description |
---|
ServerRequestInfoHelper() |
Modifier and Type | Method and Description |
---|---|
static ServerRequestInfo |
extract(Any any) |
static String |
id() |
static void |
insert(Any any,
ServerRequestInfo s) |
static ServerRequestInfo |
narrow(Object obj) |
static ServerRequestInfo |
read(InputStream in) |
static TypeCode |
type() |
static ServerRequestInfo |
unchecked_narrow(Object obj) |
static void |
write(OutputStream _out,
ServerRequestInfo s) |
public static void insert(Any any, ServerRequestInfo s)
public static ServerRequestInfo extract(Any any)
public static TypeCode type()
public static String id()
public static ServerRequestInfo read(InputStream in)
public static void write(OutputStream _out, ServerRequestInfo s)
public static ServerRequestInfo narrow(Object obj)
public static ServerRequestInfo unchecked_narrow(Object obj)
Copyright © 2013. All Rights Reserved.