org.omg.PortableServer
public abstract class ForwardRequestHelper extends Object
UNKNOWN: The helper must be here and not in POA subpackage as it must be discovered by the {@link ObjectCreator} when reading this remote exception.
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: "ForwardRequest", 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.