org.omg.CSIIOP
Class SAS_ContextSecHelper

java.lang.Object
  extended by org.omg.CSIIOP.SAS_ContextSecHelper

public class SAS_ContextSecHelper
extends java.lang.Object

Helper class for : SAS_ContextSec

Author:
OpenORB Compiler

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

Constructor Detail

SAS_ContextSecHelper

public SAS_ContextSecHelper()
Method Detail

insert

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

Parameters:
a - an any
t - SAS_ContextSec value

extract

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

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

type

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

Returns:
a TypeCode

id

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

Returns:
an ID

read

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

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

write

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

Parameters:
ostream - the output stream
value - SAS_ContextSec value