org.apache.cxf.binding.corba.runtime
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 java.lang.Object
- implements CorbaStreamable
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CorbaStreamableImpl
public CorbaStreamableImpl(CorbaObjectHandler obj,
javax.xml.namespace.QName elName)
_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 java.lang.String getName()
- Specified by:
getName
in interface CorbaStreamable
Apache CXF