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