public final class SystemExceptionHelper extends Object implements Streamable
Modifier and Type | Method and Description |
---|---|
void |
_read(InputStream instream) |
TypeCode |
_type() |
void |
_write(OutputStream outstream) |
static void |
insert(Any any,
SystemException val) |
static SystemException |
read(InputStream in) |
public static void insert(Any any, SystemException val)
public static SystemException read(InputStream in)
public void _read(InputStream instream)
_read
in interface Streamable
public TypeCode _type()
_type
in interface Streamable
public void _write(OutputStream outstream)
_write
in interface Streamable
Apache CXF