org.omg.CosNaming

Class BindingTypeHelper

public abstract class BindingTypeHelper extends Object

A helper operations of the BindingType
Method Summary
static BindingTypeextract(Any any)
Extract the binding type from the given Any.
static Stringid()
Return the binding type repository id.
static voidinsert(Any any, BindingType that)
Insert the binding type into the given Any.
static BindingTyperead(InputStream istream)
Read the binding type from the CDR input stream.
static TypeCodetype()
Get the type code of this enumeration.
static voidwrite(OutputStream ostream, BindingType value)
Write the binding type to the CDR output stream.

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.