Apache CXF API

org.apache.cxf.binding.corba.interceptors
Class SystemExceptionHelper

java.lang.Object
  extended by org.apache.cxf.binding.corba.interceptors.SystemExceptionHelper

public final class SystemExceptionHelper
extends java.lang.Object


Method Summary
static org.omg.CORBA.SystemException extract(org.omg.CORBA.Any any)
           
static java.lang.String id()
           
static void insert(org.omg.CORBA.Any any, org.omg.CORBA.SystemException val)
           
static org.omg.CORBA.SystemException read(org.omg.CORBA.portable.InputStream in)
           
static org.omg.CORBA.TypeCode type()
           
static void write(org.omg.CORBA.portable.OutputStream out, org.omg.CORBA.SystemException val)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

insert

public static void insert(org.omg.CORBA.Any any,
                          org.omg.CORBA.SystemException val)

extract

public static org.omg.CORBA.SystemException extract(org.omg.CORBA.Any any)

type

public static org.omg.CORBA.TypeCode type()

id

public static java.lang.String id()

write

public static void write(org.omg.CORBA.portable.OutputStream out,
                         org.omg.CORBA.SystemException val)

read

public static org.omg.CORBA.SystemException read(org.omg.CORBA.portable.InputStream in)

Apache CXF API

Apache CXF