public class ServerRequestInterceptorHelper
extends java.lang.Object
| Constructor and Description |
|---|
ServerRequestInterceptorHelper() |
| Modifier and Type | Method and Description |
|---|---|
static ServerRequestInterceptor |
extract(Any a)
Extract ServerRequestInterceptor from an any
|
static java.lang.String |
id()
Return the ServerRequestInterceptor IDL ID
|
static void |
insert(Any a,
ServerRequestInterceptor t)
Insert ServerRequestInterceptor into an any
|
static ServerRequestInterceptor |
narrow(Object obj)
Narrow CORBA::Object to ServerRequestInterceptor
|
static ServerRequestInterceptor |
read(InputStream istream)
Read ServerRequestInterceptor from a marshalled stream
|
static TypeCode |
type()
Return the ServerRequestInterceptor TypeCode
|
static ServerRequestInterceptor |
unchecked_narrow(Object obj)
Unchecked Narrow CORBA::Object to ServerRequestInterceptor
|
static void |
write(OutputStream ostream,
ServerRequestInterceptor value)
Write ServerRequestInterceptor into a marshalled stream
|
public static void insert(Any a, ServerRequestInterceptor t)
a - an anyt - ServerRequestInterceptor valuepublic static ServerRequestInterceptor extract(Any a)
a - an anypublic static TypeCode type()
public static java.lang.String id()
public static ServerRequestInterceptor read(InputStream istream)
istream - the input streampublic static void write(OutputStream ostream, ServerRequestInterceptor value)
ostream - the output streamvalue - ServerRequestInterceptor valuepublic static ServerRequestInterceptor narrow(Object obj)
obj - the CORBA Objectpublic static ServerRequestInterceptor unchecked_narrow(Object obj)
obj - the CORBA Object