org.omg.CSI
Class SASContextBodyHelper

java.lang.Object
  extended by org.omg.CSI.SASContextBodyHelper

public class SASContextBodyHelper
extends java.lang.Object

Helper class for : SASContextBody

Author:
OpenORB Compiler

Constructor Summary
SASContextBodyHelper()
           
 
Method Summary
static SASContextBody extract(org.omg.CORBA.Any a)
          Extract SASContextBody from an any
static java.lang.String id()
          Return the SASContextBody IDL ID
static void insert(org.omg.CORBA.Any a, SASContextBody t)
          Insert SASContextBody into an any
static SASContextBody read(org.omg.CORBA.portable.InputStream istream)
          Read SASContextBody from a marshalled stream
static org.omg.CORBA.TypeCode type()
          Return the SASContextBody TypeCode
static void write(org.omg.CORBA.portable.OutputStream ostream, SASContextBody value)
          Write SASContextBody into a marshalled stream
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SASContextBodyHelper

public SASContextBodyHelper()
Method Detail

insert

public static void insert(org.omg.CORBA.Any a,
                          SASContextBody t)
Insert SASContextBody into an any

Parameters:
a - an any
t - SASContextBody value

extract

public static SASContextBody extract(org.omg.CORBA.Any a)
Extract SASContextBody from an any

Parameters:
a - an any
Returns:
the extracted SASContextBody value

type

public static org.omg.CORBA.TypeCode type()
Return the SASContextBody TypeCode

Returns:
a TypeCode

id

public static java.lang.String id()
Return the SASContextBody IDL ID

Returns:
an ID

read

public static SASContextBody read(org.omg.CORBA.portable.InputStream istream)
Read SASContextBody from a marshalled stream

Parameters:
istream - the input stream
Returns:
the readed SASContextBody value

write

public static void write(org.omg.CORBA.portable.OutputStream ostream,
                         SASContextBody value)
Write SASContextBody into a marshalled stream

Parameters:
ostream - the output stream
value - SASContextBody value