public abstract class InvalidNameHelper extends java.lang.Object
InvalidName.| Constructor and Description |
|---|
InvalidNameHelper() |
| Modifier and Type | Method and Description |
|---|---|
static InvalidName |
extract(org.omg.CORBA.Any any)
Extract the InvalidName from given Any.
|
static java.lang.String |
id()
Get the InvalidName repository id.
|
static void |
insert(org.omg.CORBA.Any any,
InvalidName that)
Insert the InvalidName into the given Any.
|
static InvalidName |
read(org.omg.CORBA.portable.InputStream input)
Read the exception from the CDR intput stream.
|
static org.omg.CORBA.TypeCode |
type()
Create the InvalidName typecode (structure, named "InvalidName").
|
static void |
write(org.omg.CORBA.portable.OutputStream output,
InvalidName value)
Write the exception to the CDR output stream.
|
public InvalidNameHelper()
public static org.omg.CORBA.TypeCode type()
public static void insert(org.omg.CORBA.Any any, InvalidName that)
any - the Any to insert into.that - the InvalidName to insert.public static InvalidName extract(org.omg.CORBA.Any any)
org.omg.CORBA.BAD_OPERATION - if the passed Any does not contain InvalidName.public static java.lang.String id()
public static InvalidName 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, InvalidName value)
output - a org.omg.CORBA.portable stream stream to write into.value - a value to write.