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