org.omg.CosNaming.NamingContextExtPackage
Class InvalidAddressHelper

java.lang.Object
  extended by org.omg.CosNaming.NamingContextExtPackage.InvalidAddressHelper

public abstract class InvalidAddressHelper
extends Object

The holder for exception InvalidAddress.


Constructor Summary
InvalidAddressHelper()
           
 
Method Summary
static InvalidAddress extract(Any a)
          Extract the exception from the given Any.
static String id()
          Return the exception repository id.
static void insert(Any a, InvalidAddress that)
          Insert the exception into the given Any.
static InvalidAddress read(InputStream istream)
          Read the exception from the given CDR stream.
static TypeCode type()
          Create the type code for this exception.
static void write(OutputStream ostream, InvalidAddress value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InvalidAddressHelper

public InvalidAddressHelper()
Method Detail

extract

public static InvalidAddress extract(Any a)
Extract the exception from the given 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 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)