Class CorbaStreamableImpl

java.lang.Object
org.apache.cxf.binding.corba.runtime.CorbaStreamableImpl
All Implemented Interfaces:
CorbaStreamable, org.omg.CORBA.portable.Streamable

public class CorbaStreamableImpl extends Object implements CorbaStreamable
  • Constructor Details

  • Method Details

    • _read

      public void _read(org.omg.CORBA.portable.InputStream istream)
      Specified by:
      _read in interface org.omg.CORBA.portable.Streamable
    • _write

      public void _write(org.omg.CORBA.portable.OutputStream ostream)
      Specified by:
      _write in interface org.omg.CORBA.portable.Streamable
    • _type

      public org.omg.CORBA.TypeCode _type()
      Specified by:
      _type in interface org.omg.CORBA.portable.Streamable
    • getObject

      public CorbaObjectHandler getObject()
      Specified by:
      getObject in interface CorbaStreamable
    • setObject

      public void setObject(CorbaObjectHandler obj)
      Specified by:
      setObject in interface CorbaStreamable
    • getMode

      public int getMode()
      Specified by:
      getMode in interface CorbaStreamable
    • setMode

      public void setMode(int md)
      Specified by:
      setMode in interface CorbaStreamable
    • getName

      public String getName()
      Specified by:
      getName in interface CorbaStreamable