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