org.apache.cxf.binding.corba.runtime
Class CorbaObjectWriter
java.lang.Object
org.apache.cxf.binding.corba.runtime.CorbaObjectWriter
public class CorbaObjectWriter
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CorbaObjectWriter
public CorbaObjectWriter(OutputStream outStream)
write
public void write(CorbaObjectHandler obj)
writeBoolean
public void writeBoolean(Boolean b)
throws CorbaBindingException
- Throws:
CorbaBindingException
writeChar
public void writeChar(Character c)
throws CorbaBindingException
- Throws:
CorbaBindingException
writeWChar
public void writeWChar(Character c)
throws CorbaBindingException
- Throws:
CorbaBindingException
writeOctet
public void writeOctet(Byte b)
throws CorbaBindingException
- Throws:
CorbaBindingException
writeShort
public void writeShort(Short s)
throws CorbaBindingException
- Throws:
CorbaBindingException
writeUShort
public void writeUShort(Integer s)
throws CorbaBindingException
- Throws:
CorbaBindingException
writeLong
public void writeLong(Integer l)
throws CorbaBindingException
- Throws:
CorbaBindingException
writeULong
public void writeULong(Long l)
throws CorbaBindingException
- Throws:
CorbaBindingException
writeLongLong
public void writeLongLong(Long l)
throws CorbaBindingException
- Throws:
CorbaBindingException
writeULongLong
public void writeULongLong(BigInteger l)
throws CorbaBindingException
- Throws:
CorbaBindingException
writeFloat
public void writeFloat(Float f)
throws CorbaBindingException
- Throws:
CorbaBindingException
writeDouble
public void writeDouble(Double d)
throws CorbaBindingException
- Throws:
CorbaBindingException
writeString
public void writeString(String s)
throws CorbaBindingException
- Throws:
CorbaBindingException
writeWString
public void writeWString(String s)
throws CorbaBindingException
- Throws:
CorbaBindingException
writeAny
public void writeAny(CorbaAnyHandler anyHandler)
throws CorbaBindingException
- Throws:
CorbaBindingException
writeEnum
public void writeEnum(CorbaEnumHandler enumHandler)
throws CorbaBindingException
- Throws:
CorbaBindingException
writeStruct
public void writeStruct(CorbaStructHandler structHandler)
throws CorbaBindingException
- Throws:
CorbaBindingException
writeException
public void writeException(CorbaExceptionHandler exHandler)
throws CorbaBindingException
- Throws:
CorbaBindingException
writeFixed
public void writeFixed(CorbaFixedHandler fixedHandler)
throws CorbaBindingException
- Throws:
CorbaBindingException
writeUnion
public void writeUnion(CorbaObjectHandler obj)
throws CorbaBindingException
- Throws:
CorbaBindingException
writeArray
public void writeArray(CorbaArrayHandler arrayHandler)
throws CorbaBindingException
- Throws:
CorbaBindingException
writeSequence
public void writeSequence(CorbaObjectHandler obj)
throws CorbaBindingException
- Throws:
CorbaBindingException
writeObjectReference
public void writeObjectReference(CorbaObjectReferenceHandler objHandler)
throws CorbaBindingException
- Throws:
CorbaBindingException
Apache CXF