org.omg.DynamicAny.DynAnyPackage
public abstract class TypeMismatchHelper extends Object
Method Summary | |
---|---|
static TypeMismatch | extract(Any any)
Extract the TypeMismatch from given Any.
|
static String | id()
Get the TypeMismatch repository id.
|
static void | insert(Any any, TypeMismatch that)
Insert the TypeMismatch into the given Any.
|
static TypeMismatch | read(InputStream input)
Read the exception from the CDR intput stream.
|
static TypeCode | type()
Create the TypeMismatch typecode (structure, named "TypeMismatch"). |
static void | write(OutputStream output, TypeMismatch value)
Write the exception to the CDR output stream.
|
Throws: BAD_OPERATION if the passed Any does not contain TypeMismatch.
Returns: "IDL:omg.org/DynamicAny/DynAny/TypeMismatch:1.0", always.
Parameters: any the Any to insert into. that the TypeMismatch to insert.
Parameters: input a org.omg.CORBA.portable stream to read from.
Parameters: output a org.omg.CORBA.portable stream stream to write into. value a value to write.