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 Summary
Constructors Constructor Description CorbaStreamableImpl(CorbaObjectHandler obj, QName elName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void_read(org.omg.CORBA.portable.InputStream istream)org.omg.CORBA.TypeCode_type()void_write(org.omg.CORBA.portable.OutputStream ostream)intgetMode()StringgetName()CorbaObjectHandlergetObject()voidsetMode(int md)voidsetObject(CorbaObjectHandler obj)
-
-
-
Constructor Detail
-
CorbaStreamableImpl
public CorbaStreamableImpl(CorbaObjectHandler obj, QName elName)
-
-
Method Detail
-
_read
public void _read(org.omg.CORBA.portable.InputStream istream)
- Specified by:
_readin interfaceorg.omg.CORBA.portable.Streamable
-
_write
public void _write(org.omg.CORBA.portable.OutputStream ostream)
- Specified by:
_writein interfaceorg.omg.CORBA.portable.Streamable
-
_type
public org.omg.CORBA.TypeCode _type()
- Specified by:
_typein interfaceorg.omg.CORBA.portable.Streamable
-
getObject
public CorbaObjectHandler getObject()
- Specified by:
getObjectin interfaceCorbaStreamable
-
setObject
public void setObject(CorbaObjectHandler obj)
- Specified by:
setObjectin interfaceCorbaStreamable
-
getMode
public int getMode()
- Specified by:
getModein interfaceCorbaStreamable
-
setMode
public void setMode(int md)
- Specified by:
setModein interfaceCorbaStreamable
-
getName
public String getName()
- Specified by:
getNamein interfaceCorbaStreamable
-
-