org.omg.CORBA
Class ScopedNameHelper

java.lang.Object
  |
  +--org.omg.CORBA.ScopedNameHelper

public class ScopedNameHelper
extends java.lang.Object

Helper class for : ScopedName

Author:
OpenORB Compiler

Constructor Summary
ScopedNameHelper()
           
 
Method Summary
static java.lang.String extract(Any a)
          Extract ScopedName from an any
static java.lang.String id()
          Return the ScopedName IDL ID
static void insert(Any a, java.lang.String t)
          Insert ScopedName into an any
static java.lang.String read(InputStream istream)
          Read ScopedName from a marshalled stream
static TypeCode type()
          Return the ScopedName TypeCode
static void write(OutputStream ostream, java.lang.String value)
          Write ScopedName into a marshalled stream
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScopedNameHelper

public ScopedNameHelper()
Method Detail

insert

public static void insert(Any a,
                          java.lang.String t)
Insert ScopedName into an any
Parameters:
a - an any
t - ScopedName value

extract

public static java.lang.String extract(Any a)
Extract ScopedName from an any
Parameters:
a - an any
Returns:
the extracted ScopedName value

type

public static TypeCode type()
Return the ScopedName TypeCode
Returns:
a TypeCode

id

public static java.lang.String id()
Return the ScopedName IDL ID
Returns:
an ID

read

public static java.lang.String read(InputStream istream)
Read ScopedName from a marshalled stream
Parameters:
istream - the input stream
Returns:
the readed ScopedName value

write

public static void write(OutputStream ostream,
                         java.lang.String value)
Write ScopedName into a marshalled stream
Parameters:
ostream - the output stream
value - ScopedName value