org.apache.cxf.binding.corba.runtime
Class CorbaObjectReader
java.lang.Object
org.apache.cxf.binding.corba.runtime.CorbaObjectReader
public class CorbaObjectReader
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CorbaObjectReader
public CorbaObjectReader(org.omg.CORBA.portable.InputStream inStream)
read
public void read(CorbaObjectHandler obj)
throws CorbaBindingException
- Throws:
CorbaBindingException
readBoolean
public java.lang.Boolean readBoolean()
throws CorbaBindingException
- Throws:
CorbaBindingException
readChar
public java.lang.Character readChar()
throws CorbaBindingException
- Throws:
CorbaBindingException
readWChar
public java.lang.Character readWChar()
throws CorbaBindingException
- Throws:
CorbaBindingException
readOctet
public java.lang.Byte readOctet()
throws CorbaBindingException
- Throws:
CorbaBindingException
readShort
public java.lang.Short readShort()
throws CorbaBindingException
- Throws:
CorbaBindingException
readUShort
public java.lang.Integer readUShort()
throws CorbaBindingException
- Throws:
CorbaBindingException
readLong
public java.lang.Integer readLong()
throws CorbaBindingException
- Throws:
CorbaBindingException
readULong
public long readULong()
throws CorbaBindingException
- Throws:
CorbaBindingException
readLongLong
public java.lang.Long readLongLong()
throws CorbaBindingException
- Throws:
CorbaBindingException
readULongLong
public java.math.BigInteger readULongLong()
throws CorbaBindingException
- Throws:
CorbaBindingException
readFloat
public java.lang.Float readFloat()
throws CorbaBindingException
- Throws:
CorbaBindingException
readDouble
public java.lang.Double readDouble()
throws CorbaBindingException
- Throws:
CorbaBindingException
readString
public java.lang.String readString()
throws CorbaBindingException
- Throws:
CorbaBindingException
readWString
public java.lang.String readWString()
throws CorbaBindingException
- Throws:
CorbaBindingException
readAny
public org.omg.CORBA.Any readAny()
throws CorbaBindingException
- Throws:
CorbaBindingException
readEnum
public void readEnum(CorbaObjectHandler obj)
throws CorbaBindingException
- Throws:
CorbaBindingException
readStruct
public void readStruct(CorbaObjectHandler obj)
throws CorbaBindingException
- Throws:
CorbaBindingException
readException
public void readException(CorbaObjectHandler obj)
throws CorbaBindingException
- Throws:
CorbaBindingException
readFixed
public void readFixed(CorbaObjectHandler obj)
throws CorbaBindingException
- Throws:
CorbaBindingException
readEnumDiscriminator
public void readEnumDiscriminator(CorbaUnionHandler unionHandler,
CorbaEnumHandler disc)
throws CorbaBindingException
- Throws:
CorbaBindingException
readUnion
public void readUnion(CorbaObjectHandler obj)
throws CorbaBindingException
- Throws:
CorbaBindingException
readArray
public void readArray(CorbaObjectHandler obj)
throws CorbaBindingException
- Throws:
CorbaBindingException
readSequence
public void readSequence(CorbaObjectHandler obj)
throws CorbaBindingException
- Throws:
CorbaBindingException
readObjectReference
public void readObjectReference(CorbaObjectHandler obj)
throws CorbaBindingException
- Throws:
CorbaBindingException
Apache CXF