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

    Modifier and Type
    Method
    Description
    void
    _read(org.omg.CORBA.portable.InputStream instream)
     
    org.omg.CORBA.TypeCode
     
    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
  • Method Details

    • 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