public abstract class IORInterceptor_3_0Helper extends java.lang.Object
IORInterceptor_3_0.| Constructor and Description |
|---|
IORInterceptor_3_0Helper() |
| Modifier and Type | Method and Description |
|---|---|
static IORInterceptor_3_0 |
extract(org.omg.CORBA.Any any)
Extract the IORInterceptor_3_0 from given Any.
|
static java.lang.String |
id()
Get the IORInterceptor_3_0 repository id.
|
static void |
insert(org.omg.CORBA.Any any,
IORInterceptor_3_0 that)
Insert the IORInterceptor_3_0 into the given Any.
|
static IORInterceptor_3_0 |
narrow(org.omg.CORBA.Object obj)
Narrow the passed object into the IORInterceptor_3_0.
|
static IORInterceptor_3_0 |
read(org.omg.CORBA.portable.InputStream input)
Read the IORInterceptor_3_0 from the CDR intput stream (IOR profile
expected).
|
static org.omg.CORBA.TypeCode |
type()
Get the type code of the
IORInterceptor_3_0. |
static IORInterceptor_3_0 |
unchecked_narrow(org.omg.CORBA.Object obj)
Narrow the passed object into the IORInterceptor_3_0.
|
static void |
write(org.omg.CORBA.portable.OutputStream output,
IORInterceptor_3_0 value)
Write the IORInterceptor_3_0 to the CDR output stream (as IOR profile).
|
public IORInterceptor_3_0Helper()
public static org.omg.CORBA.TypeCode type()
IORInterceptor_3_0.public static void insert(org.omg.CORBA.Any any, IORInterceptor_3_0 that)
any - the Any to insert into.that - the IORInterceptor_3_0 to insert.public static IORInterceptor_3_0 extract(org.omg.CORBA.Any any)
org.omg.CORBA.BAD_OPERATION - if the passed Any does not contain
IORInterceptor_3_0.public static java.lang.String id()
public static IORInterceptor_3_0 narrow(org.omg.CORBA.Object obj)
obj - the object to narrow.org.omg.CORBA.BAD_PARAM - if the passed object is not a IORInterceptor_3_0.public static IORInterceptor_3_0 unchecked_narrow(org.omg.CORBA.Object obj)
BAD_OPERATION will be thrown if unsupported operations are
invoked on the new returned reference, but no failure is expected at the
time of the unchecked_narrow. For instance, the narrowing of the
remote instance of the IORInterceptor will work as long as only the
methods, inherited from this parent, are invoked.obj - the object to narrow.org.omg.CORBA.BAD_PARAM - if the passed object is not a IORInterceptor_3_0.public static IORInterceptor_3_0 read(org.omg.CORBA.portable.InputStream input)
input - a org.omg.CORBA.portable stream to read from.public static void write(org.omg.CORBA.portable.OutputStream output, IORInterceptor_3_0 value)
output - a org.omg.CORBA.portable stream stream to write into.value - a value to write.