Uses of Class
org.apache.cxf.binding.corba.CorbaBindingException
-
Packages that use CorbaBindingException Package Description org.apache.cxf.binding.corba.runtime org.apache.cxf.binding.corba.types org.apache.cxf.binding.corba.utils -
-
Uses of CorbaBindingException in org.apache.cxf.binding.corba.runtime
Methods in org.apache.cxf.binding.corba.runtime that throw CorbaBindingException Modifier and Type Method Description voidCorbaDSIServant. invoke(org.omg.CORBA.ServerRequest request)voidCorbaObjectReader. read(CorbaObjectHandler obj)org.omg.CORBA.AnyCorbaObjectReader. readAny()voidCorbaObjectReader. readArray(CorbaArrayHandler arrayObj)BooleanCorbaObjectReader. readBoolean()CharacterCorbaObjectReader. readChar()DoubleCorbaObjectReader. readDouble()voidCorbaObjectReader. readEnum(CorbaObjectHandler obj)voidCorbaObjectReader. readEnumDiscriminator(CorbaUnionHandler unionHandler, CorbaEnumHandler disc)voidCorbaObjectReader. readException(CorbaExceptionHandler exceptObj)voidCorbaObjectReader. readFixed(CorbaFixedHandler fixedHandler)FloatCorbaObjectReader. readFloat()IntegerCorbaObjectReader. readLong()LongCorbaObjectReader. readLongLong()voidCorbaObjectReader. readObjectReference(CorbaObjectReferenceHandler objRefObj)ByteCorbaObjectReader. readOctet()voidCorbaObjectReader. readSequence(CorbaObjectHandler obj)ShortCorbaObjectReader. readShort()StringCorbaObjectReader. readString()voidCorbaObjectReader. readStruct(CorbaStructHandler structObj)longCorbaObjectReader. readULong()BigIntegerCorbaObjectReader. readULongLong()voidCorbaObjectReader. readUnion(CorbaUnionHandler unionHandler)IntegerCorbaObjectReader. readUShort()CharacterCorbaObjectReader. readWChar()StringCorbaObjectReader. readWString()voidCorbaObjectWriter. writeAny(CorbaAnyHandler anyHandler)voidCorbaObjectWriter. writeArray(CorbaArrayHandler arrayHandler)voidCorbaObjectWriter. writeBoolean(Boolean b)voidCorbaObjectWriter. writeChar(Character c)voidCorbaObjectWriter. writeDouble(Double d)voidCorbaObjectWriter. writeEnum(CorbaEnumHandler enumHandler)voidCorbaObjectWriter. writeException(CorbaExceptionHandler exHandler)voidCorbaObjectWriter. writeFixed(CorbaFixedHandler fixedHandler)voidCorbaObjectWriter. writeFloat(Float f)voidCorbaObjectWriter. writeLong(Integer l)voidCorbaObjectWriter. writeLongLong(Long l)voidCorbaObjectWriter. writeObjectReference(CorbaObjectReferenceHandler objHandler)voidCorbaObjectWriter. writeOctet(Byte b)voidCorbaObjectWriter. writeSequence(CorbaObjectHandler obj)voidCorbaObjectWriter. writeShort(Short s)voidCorbaObjectWriter. writeString(String s)voidCorbaObjectWriter. writeStruct(CorbaStructHandler structHandler)voidCorbaObjectWriter. writeULong(Long l)voidCorbaObjectWriter. writeULongLong(BigInteger l)voidCorbaObjectWriter. writeUnion(CorbaObjectHandler obj)voidCorbaObjectWriter. writeUShort(Integer s)voidCorbaObjectWriter. writeWChar(Character c)voidCorbaObjectWriter. writeWString(String s) -
Uses of CorbaBindingException in org.apache.cxf.binding.corba.types
Methods in org.apache.cxf.binding.corba.types that throw CorbaBindingException Modifier and Type Method Description static CorbaTypeEventProducerCorbaHandlerUtils. getTypeEventProducer(CorbaObjectHandler handler, ServiceInfo serviceInfo, org.omg.CORBA.ORB orb)static CorbaTypeListenerCorbaHandlerUtils. getTypeListener(QName name, QName idlType, CorbaTypeMap typeMap, org.omg.CORBA.ORB orb, ServiceInfo serviceInfo)voidCorbaAnyHandler. setValue(org.omg.CORBA.Any v) -
Uses of CorbaBindingException in org.apache.cxf.binding.corba.utils
Methods in org.apache.cxf.binding.corba.utils that throw CorbaBindingException Modifier and Type Method Description static voidCorbaBindingHelper. destroyORB(String address, org.omg.CORBA.ORB orb)static voidCorbaAnyHelper. insertPrimitiveIntoAny(org.omg.CORBA.Any a, CorbaPrimitiveHandler primitive)
-