org.apache.cxf.binding.corba.runtime
Class CorbaStreamableImpl
java.lang.Object
org.apache.cxf.binding.corba.runtime.CorbaStreamableImpl
- All Implemented Interfaces:
- CorbaStreamable, Streamable
public class CorbaStreamableImpl
- extends 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,
QName elName)
_read
public void _read(InputStream istream)
- Specified by:
_read
in interface Streamable
_write
public void _write(OutputStream ostream)
- Specified by:
_write
in interface Streamable
_type
public TypeCode _type()
- Specified by:
_type
in interface 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
Apache CXF