Apache CXF API

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

java.lang.Object
  extended by org.apache.cxf.binding.corba.interceptors.SystemExceptionHelper
All Implemented Interfaces:
Streamable

public final class SystemExceptionHelper
extends Object
implements Streamable


Method Summary
 void _read(InputStream instream)
           
 TypeCode _type()
           
 void _write(OutputStream outstream)
           
static void insert(Any any, SystemException val)
           
static SystemException read(InputStream in)
           
 
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(Any any,
                          SystemException val)

read

public static SystemException read(InputStream in)

_read

public void _read(InputStream instream)
Specified by:
_read in interface Streamable

_type

public TypeCode _type()
Specified by:
_type in interface Streamable

_write

public void _write(OutputStream outstream)
Specified by:
_write in interface Streamable

Apache CXF API

Apache CXF