Uses of Class
com.sun.corba.ee.impl.encoding.CDRInputObject
Packages that use CDRInputObject
Package
Description
-
Uses of CDRInputObject in com.sun.corba.ee.impl.corba
Subclasses of CDRInputObject in com.sun.corba.ee.impl.corbaFields in com.sun.corba.ee.impl.corba declared as CDRInputObject -
Uses of CDRInputObject in com.sun.corba.ee.impl.encoding
Subclasses of CDRInputObject in com.sun.corba.ee.impl.encodingModifier and TypeClassDescriptionclassEncapsulations are supposed to explicitly define their code sets and GIOP version.classFields in com.sun.corba.ee.impl.encoding declared as CDRInputObjectModifier and TypeFieldDescriptionprotected CDRInputObjectCDRInputStreamBase.parentprivate CDRInputObjectWrapperInputStream.streamMethods in com.sun.corba.ee.impl.encoding that return CDRInputObjectModifier and TypeMethodDescriptionCDROutputObject.CDRInputObjectFactory.createInputObject(CDROutputObject outputObject, ORB orb, ByteBuffer byteBuffer, int size, GIOPVersion giopVersion) CDROutputObject.createInputObject(ORB orb) protected CDRInputObjectCDROutputObject.createInputObject(ORB orb, CDROutputObject.InputObjectFactory factory) CDROutputObject.InputObjectFactory.createInputObject(CDROutputObject outputObject, ORB orb, ByteBuffer byteBuffer, int size, GIOPVersion giopVersion) EncapsOutputStream.EncapsInputStreamFactory.createInputObject(CDROutputObject outputObject, ORB orb, ByteBuffer byteBuffer, int size, GIOPVersion giopVersion) TypeCodeOutputStream.TypeCodeInputStreamFactory.createInputObject(CDROutputObject outputObject, ORB orb, ByteBuffer byteBuffer, int size, GIOPVersion giopVersion) CDRInputObject.dup()EncapsInputStream.dup()Methods in com.sun.corba.ee.impl.encoding with parameters of type CDRInputObjectConstructors in com.sun.corba.ee.impl.encoding with parameters of type CDRInputObjectModifierConstructorDescription -
Uses of CDRInputObject in com.sun.corba.ee.impl.plugin.hwlb
Methods in com.sun.corba.ee.impl.plugin.hwlb with parameters of type CDRInputObjectModifier and TypeMethodDescriptionvoidNoConnectionCacheImpl.NCCClientRequestDispatcherImpl.endRequest(ORB broker, Object self, CDRInputObject inputObject) -
Uses of CDRInputObject in com.sun.corba.ee.impl.protocol
Fields in com.sun.corba.ee.impl.protocol declared as CDRInputObjectMethods in com.sun.corba.ee.impl.protocol that return CDRInputObjectModifier and TypeMethodDescriptionMessageMediatorImpl.getInputObject()ClientRequestDispatcherImpl.marshalingComplete(Object self, CDROutputObject outputObject) SharedCDRClientRequestDispatcherImpl.marshalingComplete(Object self, CDROutputObject outputObject) ClientRequestDispatcherImpl.marshalingComplete1(ORB orb, MessageMediator messageMediator) protected CDRInputObjectClientRequestDispatcherImpl.processResponse(ORB orb, MessageMediator messageMediator, CDRInputObject inputObject) MessageMediatorImpl.waitForResponse()Methods in com.sun.corba.ee.impl.protocol with parameters of type CDRInputObjectModifier and TypeMethodDescriptionvoidClientRequestDispatcherImpl.endRequest(ORB orb, Object self, CDRInputObject inputObject) protected StringClientRequestDispatcherImpl.peekUserExceptionId(CDRInputObject inputObject) protected CDRInputObjectClientRequestDispatcherImpl.processResponse(ORB orb, MessageMediator messageMediator, CDRInputObject inputObject) voidMessageMediatorImpl.setInputObject(CDRInputObject inputObject) -
Uses of CDRInputObject in com.sun.corba.ee.impl.transport
Fields in com.sun.corba.ee.impl.transport declared as CDRInputObjectModifier and TypeFieldDescription(package private) CDRInputObjectResponseWaitingRoomImpl.OutCallDesc.inputObjectMethods in com.sun.corba.ee.impl.transport that return CDRInputObjectModifier and TypeMethodDescriptionConnectionImpl.waitForResponse(MessageMediator messageMediator) ResponseWaitingRoomImpl.waitForResponse(MessageMediator messageMediator) Methods in com.sun.corba.ee.impl.transport with parameters of type CDRInputObjectModifier and TypeMethodDescriptionvoidResponseWaitingRoomImpl.responseReceived(CDRInputObject is) -
Uses of CDRInputObject in com.sun.corba.ee.spi.protocol
Methods in com.sun.corba.ee.spi.protocol that return CDRInputObjectModifier and TypeMethodDescriptionMessageMediator.getInputObject()ClientRequestDispatcher.marshalingComplete(Object self, CDROutputObject outputObject) After the presentation block has set data on the CDROutputObject it signals the PEPt runtime to send the encoded data by calling this method.MessageMediator.waitForResponse()Methods in com.sun.corba.ee.spi.protocol with parameters of type CDRInputObjectModifier and TypeMethodDescriptionvoidClientRequestDispatcher.endRequest(ORB broker, Object self, CDRInputObject inputObject) After the presentation block completes a request it signals the PEPt runtime by calling this method.voidMessageMediator.setInputObject(CDRInputObject inputObject) -
Uses of CDRInputObject in com.sun.corba.ee.spi.transport
Methods in com.sun.corba.ee.spi.transport that return CDRInputObjectModifier and TypeMethodDescriptionMessageData.getStream()A fully initialized input stream for the message data, positioned at the first element of the body.Connection.waitForResponse(MessageMediator messageMediator) If a message expect's a response then this method is called.ResponseWaitingRoom.waitForResponse(MessageMediator messageMediator) Methods in com.sun.corba.ee.spi.transport with parameters of type CDRInputObjectModifier and TypeMethodDescriptionvoidResponseWaitingRoom.responseReceived(CDRInputObject inputObject) IORTransformer.unmarshal(CDRInputObject io)