org.omg.CSI
Class GSS_NT_ExportedNameListHelper

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

public class GSS_NT_ExportedNameListHelper
extends java.lang.Object

Helper class for : GSS_NT_ExportedNameList

Author:
OpenORB Compiler

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

Constructor Detail

GSS_NT_ExportedNameListHelper

public GSS_NT_ExportedNameListHelper()
Method Detail

insert

public static void insert(org.omg.CORBA.Any a,
                          byte[][] t)
Insert GSS_NT_ExportedNameList into an any

Parameters:
a - an any
t - GSS_NT_ExportedNameList value

extract

public static byte[][] extract(org.omg.CORBA.Any a)
Extract GSS_NT_ExportedNameList from an any

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

type

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

Returns:
a TypeCode

id

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

Returns:
an ID

read

public static byte[][] read(org.omg.CORBA.portable.InputStream istream)
Read GSS_NT_ExportedNameList from a marshalled stream

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

write

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

Parameters:
ostream - the output stream
value - GSS_NT_ExportedNameList value