org.omg.PortableInterceptor
public abstract class ForwardRequestHelper extends Object
Method Summary | |
---|---|
static ForwardRequest | extract(Any any)
Extract the ForwardRequest from given Any. |
static String | id()
Get the ForwardRequest repository id.
|
static void | insert(Any any, ForwardRequest that)
Insert the ForwardRequest into the given Any. |
static ForwardRequest | read(InputStream input)
Read the exception from the CDR intput stream.
|
static TypeCode | type()
Create the ForwardRequest typecode (structure, named "ForwardRequest"). |
static void | write(OutputStream output, ForwardRequest value)
Write the exception to the CDR output stream.
|
Throws: BAD_OPERATION if the passed Any does not contain ForwardRequest.
Returns: "IDL:omg.org/PortableInterceptor/ForwardRequest:1.0", always.
Parameters: any the Any to insert into. that the ForwardRequest 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.