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 Object implements org.omg.CORBA.portable.Streamable
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void_read(org.omg.CORBA.portable.InputStream instream)org.omg.CORBA.TypeCode_type()void_write(org.omg.CORBA.portable.OutputStream outstream)static voidinsert(org.omg.CORBA.Any any, org.omg.CORBA.SystemException val)static org.omg.CORBA.SystemExceptionread(org.omg.CORBA.portable.InputStream in)
-
-
-
Method Detail
-
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:
_readin interfaceorg.omg.CORBA.portable.Streamable
-
_type
public org.omg.CORBA.TypeCode _type()
- Specified by:
_typein interfaceorg.omg.CORBA.portable.Streamable
-
_write
public void _write(org.omg.CORBA.portable.OutputStream outstream)
- Specified by:
_writein interfaceorg.omg.CORBA.portable.Streamable
-
-