org.apache.cxf.binding.corba.interceptors
Class SystemExceptionHelper
java.lang.Object
org.apache.cxf.binding.corba.interceptors.SystemExceptionHelper
- All Implemented Interfaces:
- org.omg.CORBA.portable.Streamable
public final class SystemExceptionHelper
- extends java.lang.Object
- implements org.omg.CORBA.portable.Streamable
Method Summary |
void |
_read(org.omg.CORBA.portable.InputStream instream)
|
org.omg.CORBA.TypeCode |
_type()
|
void |
_write(org.omg.CORBA.portable.OutputStream outstream)
|
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)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
insert
public static void insert(org.omg.CORBA.Any any,
org.omg.CORBA.SystemException val)
read
public static org.omg.CORBA.SystemException read(org.omg.CORBA.portable.InputStream in)
_read
public void _read(org.omg.CORBA.portable.InputStream instream)
- Specified by:
_read
in interface org.omg.CORBA.portable.Streamable
_type
public org.omg.CORBA.TypeCode _type()
- Specified by:
_type
in interface org.omg.CORBA.portable.Streamable
_write
public void _write(org.omg.CORBA.portable.OutputStream outstream)
- Specified by:
_write
in interface org.omg.CORBA.portable.Streamable
Apache CXF