org.omg.CosTrading

Class UnknownServiceTypeHelper

public class UnknownServiceTypeHelper extends Object

Helper class for : UnknownServiceType

Author: OpenORB Compiler

Method Summary
static UnknownServiceTypeextract(Any a)
Extract UnknownServiceType from an any
static Stringid()
Return the UnknownServiceType IDL ID
static voidinsert(Any a, UnknownServiceType t)
Insert UnknownServiceType into an any
static UnknownServiceTyperead(InputStream istream)
Read UnknownServiceType from a marshalled stream
static TypeCodetype()
Return the UnknownServiceType TypeCode
static voidwrite(OutputStream ostream, UnknownServiceType value)
Write UnknownServiceType into a marshalled stream

Method Detail

extract

public static UnknownServiceType extract(Any a)
Extract UnknownServiceType from an any

Parameters: a an any

Returns: the extracted UnknownServiceType value

id

public static String id()
Return the UnknownServiceType IDL ID

Returns: an ID

insert

public static void insert(Any a, UnknownServiceType t)
Insert UnknownServiceType into an any

Parameters: a an any t UnknownServiceType value

read

public static UnknownServiceType read(InputStream istream)
Read UnknownServiceType from a marshalled stream

Parameters: istream the input stream

Returns: the readed UnknownServiceType value

type

public static TypeCode type()
Return the UnknownServiceType TypeCode

Returns: a TypeCode

write

public static void write(OutputStream ostream, UnknownServiceType value)
Write UnknownServiceType into a marshalled stream

Parameters: ostream the output stream value UnknownServiceType value