org.omg.CORBA
Class UnionMemberHelper

java.lang.Object
  extended by org.omg.CORBA.UnionMemberHelper

public abstract class UnionMemberHelper
extends Object

A helper operations for the union member.


Constructor Summary
UnionMemberHelper()
           
 
Method Summary
static UnionMember extract(Any a)
          Extract the union member from the given Any.
static String id()
          Return the UnionMember repository id.
static void insert(Any a, UnionMember that)
          Inset the union member into the given Any.
static UnionMember read(InputStream istream)
          Read the union member from the given stream.
static TypeCode type()
          Create and return the typecode for this union member.
static void write(OutputStream ostream, UnionMember value)
          Write the union member to the given stream.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UnionMemberHelper

public UnionMemberHelper()
Method Detail

insert

public static void insert(Any a,
                          UnionMember that)
Inset the union member into the given Any.


extract

public static UnionMember extract(Any a)
Extract the union member from the given Any.


type

public static TypeCode type()
Create and return the typecode for this union member.


id

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

Returns:
"IDL:omg.org/CORBA/UnionMember:1.0", always.

read

public static UnionMember read(InputStream istream)
Read the union member from the given stream.


write

public static void write(OutputStream ostream,
                         UnionMember value)
Write the union member to the given stream.