org.omg.CosNaming.NamingContextExtPackage

Class InvalidAddressHelper

public abstract class InvalidAddressHelper extends Object

The holder for exception {@link InvalidAddress}.
Method Summary
static InvalidAddressextract(Any a)
Extract the exception from the given {@link Any}.
static Stringid()
Return the exception repository id.
static voidinsert(Any a, InvalidAddress that)
Insert the exception into the given {@link Any}.
static InvalidAddressread(InputStream istream)
Read the exception from the given CDR stream.
static TypeCodetype()
Create the type code for this exception.
static voidwrite(OutputStream ostream, InvalidAddress value)

Method Detail

extract

public static InvalidAddress extract(Any a)
Extract the exception from the given {@link Any}.

id

public static String id()
Return the exception repository id.

insert

public static void insert(Any a, InvalidAddress that)
Insert the exception into the given {@link Any}.

read

public static InvalidAddress read(InputStream istream)
Read the exception from the given CDR stream.

type

public static TypeCode type()
Create the type code for this exception.

write

public static void write(OutputStream ostream, InvalidAddress value)