public abstract class ForwardRequestHelper extends Object
ForwardRequest.| Constructor and Description |
|---|
ForwardRequestHelper() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public ForwardRequestHelper()
public static TypeCode type()
public static void insert(Any any, ForwardRequest that)
any - the Any to insert into.that - the ForwardRequest to insert.public static ForwardRequest extract(Any any)
BAD_OPERATION - if the passed Any does not contain ForwardRequest.public static String id()
public static ForwardRequest read(InputStream input)
input - a org.omg.CORBA.portable stream to read from.public static void write(OutputStream output, ForwardRequest value)
output - a org.omg.CORBA.portable stream stream to write into.value - a value to write.