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 TypeClassDescriptionclass
Encapsulations are supposed to explicitly define their code sets and GIOP version.class
Fields in com.sun.corba.ee.impl.encoding declared as CDRInputObjectModifier and TypeFieldDescriptionprotected CDRInputObject
CDRInputStreamBase.parent
private CDRInputObject
WrapperInputStream.stream
Methods 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 CDRInputObject
CDROutputObject.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 TypeMethodDescriptionvoid
NoConnectionCacheImpl.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 CDRInputObject
ClientRequestDispatcherImpl.processResponse
(ORB orb, MessageMediator messageMediator, CDRInputObject inputObject) MessageMediatorImpl.waitForResponse()
Methods in com.sun.corba.ee.impl.protocol with parameters of type CDRInputObjectModifier and TypeMethodDescriptionvoid
ClientRequestDispatcherImpl.endRequest
(ORB orb, Object self, CDRInputObject inputObject) protected String
ClientRequestDispatcherImpl.peekUserExceptionId
(CDRInputObject inputObject) protected CDRInputObject
ClientRequestDispatcherImpl.processResponse
(ORB orb, MessageMediator messageMediator, CDRInputObject inputObject) void
MessageMediatorImpl.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) CDRInputObject
ResponseWaitingRoomImpl.OutCallDesc.inputObject
Methods 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 TypeMethodDescriptionvoid
ResponseWaitingRoomImpl.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 TypeMethodDescriptionvoid
ClientRequestDispatcher.endRequest
(ORB broker, Object self, CDRInputObject inputObject) After the presentation block completes a request it signals the PEPt runtime by calling this method.void
MessageMediator.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 TypeMethodDescriptionvoid
ResponseWaitingRoom.responseReceived
(CDRInputObject inputObject) IORTransformer.unmarshal
(CDRInputObject io)