org.omg.CSI
Class GSS_NT_ExportedNameHelper

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

public class GSS_NT_ExportedNameHelper
extends java.lang.Object

Helper class for : GSS_NT_ExportedName

Author:
OpenORB Compiler

Constructor Summary
GSS_NT_ExportedNameHelper()
           
 
Method Summary
static byte[] extract(org.omg.CORBA.Any a)
          Extract GSS_NT_ExportedName from an any
static java.lang.String id()
          Return the GSS_NT_ExportedName IDL ID
static void insert(org.omg.CORBA.Any a, byte[] t)
          Insert GSS_NT_ExportedName into an any
static byte[] read(org.omg.CORBA.portable.InputStream istream)
          Read GSS_NT_ExportedName from a marshalled stream
static org.omg.CORBA.TypeCode type()
          Return the GSS_NT_ExportedName TypeCode
static void write(org.omg.CORBA.portable.OutputStream ostream, byte[] value)
          Write GSS_NT_ExportedName 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_ExportedNameHelper

public GSS_NT_ExportedNameHelper()
Method Detail

insert

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

Parameters:
a - an any
t - GSS_NT_ExportedName value

extract

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

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

type

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

Returns:
a TypeCode

id

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

Returns:
an ID

read

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

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

write

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

Parameters:
ostream - the output stream
value - GSS_NT_ExportedName value