org.omg.CosTrading

Class PolicyHelper

public class PolicyHelper extends Object

Helper class for : Policy

Author: OpenORB Compiler

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

Method Detail

extract

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

Parameters: a an any

Returns: the extracted Policy value

id

public static String id()
Return the Policy IDL ID

Returns: an ID

insert

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

Parameters: a an any t Policy value

read

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

Parameters: istream the input stream

Returns: the readed Policy value

type

public static TypeCode type()
Return the Policy TypeCode

Returns: a TypeCode

write

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

Parameters: ostream the output stream value Policy value