org.omg.CosPropertyService
Class MultipleExceptionsHelper

java.lang.Object
  extended by org.omg.CosPropertyService.MultipleExceptionsHelper

public class MultipleExceptionsHelper
extends java.lang.Object

Helper class for : MultipleExceptions

Author:
OpenORB Compiler

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

Constructor Detail

MultipleExceptionsHelper

public MultipleExceptionsHelper()
Method Detail

insert

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

Parameters:
a - an any
t - MultipleExceptions value

extract

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

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

type

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

Returns:
a TypeCode

id

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

Returns:
an ID

read

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

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

write

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

Parameters:
ostream - the output stream
value - MultipleExceptions value