org.omg.CosNaming.NamingContextExtPackage
Class AddressHelper

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

public abstract class AddressHelper
extends Object

Helper operations for address. Address is directly mapped into java String. There is no separate Address class in the implementation.


Constructor Summary
AddressHelper()
           
 
Method Summary
static String extract(Any a)
          Just extracts string from this Any.
static String id()
          Get repository id.
static void insert(Any a, String that)
          Just inserts string into this Any.
static String read(InputStream istream)
          Delegates functionality to InputStream.read_string().
static TypeCode type()
          Return the "Address", alias of String, typecode.
static void write(OutputStream ostream, String value)
          Delegates functionality to OutputStream.write_string(java.lang.String).
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddressHelper

public AddressHelper()
Method Detail

extract

public static String extract(Any a)
Just extracts string from this Any.


id

public static String id()
Get repository id.


insert

public static void insert(Any a,
                          String that)
Just inserts string into this Any.


read

public static String read(InputStream istream)
Delegates functionality to InputStream.read_string().


type

public static TypeCode type()
Return the "Address", alias of String, typecode.


write

public static void write(OutputStream ostream,
                         String value)
Delegates functionality to OutputStream.write_string(java.lang.String).