org.omg.CosNaming
Class BindingTypeHelper

java.lang.Object
  extended by org.omg.CosNaming.BindingTypeHelper

public abstract class BindingTypeHelper
extends Object

A helper operations of the BindingType


Constructor Summary
BindingTypeHelper()
           
 
Method Summary
static BindingType extract(Any any)
          Extract the binding type from the given Any.
static String id()
          Return the binding type repository id.
static void insert(Any any, BindingType that)
          Insert the binding type into the given Any.
static BindingType read(InputStream istream)
          Read the binding type from the CDR input stream.
static TypeCode type()
          Get the type code of this enumeration.
static void write(OutputStream ostream, BindingType value)
          Write the binding type to the CDR output stream.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BindingTypeHelper

public BindingTypeHelper()
Method Detail

extract

public static BindingType extract(Any any)
Extract the binding type from the given Any.


id

public static String id()
Return the binding type repository id.


insert

public static void insert(Any any,
                          BindingType that)
Insert the binding type into the given Any.


read

public static BindingType read(InputStream istream)
Read the binding type from the CDR input stream.


type

public static TypeCode type()
Get the type code of this enumeration.


write

public static void write(OutputStream ostream,
                         BindingType value)
Write the binding type to the CDR output stream.