Uses of Class
com.sun.corba.ee.impl.encoding.CDRInputObject
-
-
Uses of CDRInputObject in com.sun.corba.ee.impl.corba
Subclasses of CDRInputObject in com.sun.corba.ee.impl.corba Modifier and Type Class Description private static classAnyImpl.AnyInputStreamFields in com.sun.corba.ee.impl.corba declared as CDRInputObject Modifier and Type Field Description private CDRInputObjectAnyImpl. stream -
Uses of CDRInputObject in com.sun.corba.ee.impl.encoding
Subclasses of CDRInputObject in com.sun.corba.ee.impl.encoding Modifier and Type Class Description classEncapsInputStreamEncapsulations are supposed to explicitly define their code sets and GIOP version.classTypeCodeInputStreamFields in com.sun.corba.ee.impl.encoding declared as CDRInputObject Modifier and Type Field Description protected CDRInputObjectCDRInputStreamBase. parentprivate CDRInputObjectWrapperInputStream. streamMethods in com.sun.corba.ee.impl.encoding that return CDRInputObject Modifier and Type Method Description CDRInputObjectCDROutputObject.CDRInputObjectFactory. createInputObject(CDROutputObject outputObject, ORB orb, java.nio.ByteBuffer byteBuffer, int size, GIOPVersion giopVersion)CDRInputObjectCDROutputObject. createInputObject(ORB orb)protected CDRInputObjectCDROutputObject. createInputObject(ORB orb, CDROutputObject.InputObjectFactory factory)CDRInputObjectCDROutputObject.InputObjectFactory. createInputObject(CDROutputObject outputObject, ORB orb, java.nio.ByteBuffer byteBuffer, int size, GIOPVersion giopVersion)CDRInputObjectEncapsOutputStream.EncapsInputStreamFactory. createInputObject(CDROutputObject outputObject, ORB orb, java.nio.ByteBuffer byteBuffer, int size, GIOPVersion giopVersion)CDRInputObjectTypeCodeOutputStream.TypeCodeInputStreamFactory. createInputObject(CDROutputObject outputObject, ORB orb, java.nio.ByteBuffer byteBuffer, int size, GIOPVersion giopVersion)CDRInputObjectCDRInputObject. dup()CDRInputObjectEncapsInputStream. dup()Methods in com.sun.corba.ee.impl.encoding with parameters of type CDRInputObject Modifier and Type Method Description voidCDRInputStreamBase. setParent(CDRInputObject parent)Constructors in com.sun.corba.ee.impl.encoding with parameters of type CDRInputObject Constructor Description CDRInputObject(CDRInputObject is)WrapperInputStream(CDRInputObject s) -
Uses of CDRInputObject in com.sun.corba.ee.impl.plugin.hwlb
Methods in com.sun.corba.ee.impl.plugin.hwlb with parameters of type CDRInputObject Modifier and Type Method Description voidNoConnectionCacheImpl.NCCClientRequestDispatcherImpl. endRequest(ORB broker, java.lang.Object self, CDRInputObject inputObject) -
Uses of CDRInputObject in com.sun.corba.ee.impl.protocol
Fields in com.sun.corba.ee.impl.protocol declared as CDRInputObject Modifier and Type Field Description protected CDRInputObjectMessageMediatorImpl. inputObjectMethods in com.sun.corba.ee.impl.protocol that return CDRInputObject Modifier and Type Method Description CDRInputObjectMessageMediatorImpl. getInputObject()CDRInputObjectClientRequestDispatcherImpl. marshalingComplete(java.lang.Object self, CDROutputObject outputObject)CDRInputObjectSharedCDRClientRequestDispatcherImpl. marshalingComplete(java.lang.Object self, CDROutputObject outputObject)CDRInputObjectClientRequestDispatcherImpl. marshalingComplete1(ORB orb, MessageMediator messageMediator)protected CDRInputObjectClientRequestDispatcherImpl. processResponse(ORB orb, MessageMediator messageMediator, CDRInputObject inputObject)CDRInputObjectMessageMediatorImpl. waitForResponse()Methods in com.sun.corba.ee.impl.protocol with parameters of type CDRInputObject Modifier and Type Method Description voidClientRequestDispatcherImpl. endRequest(ORB orb, java.lang.Object self, CDRInputObject inputObject)protected java.lang.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 CDRInputObject Modifier and Type Field Description (package private) CDRInputObjectResponseWaitingRoomImpl.OutCallDesc. inputObjectMethods in com.sun.corba.ee.impl.transport that return CDRInputObject Modifier and Type Method Description CDRInputObjectConnectionImpl. waitForResponse(MessageMediator messageMediator)CDRInputObjectResponseWaitingRoomImpl. waitForResponse(MessageMediator messageMediator)Methods in com.sun.corba.ee.impl.transport with parameters of type CDRInputObject Modifier and Type Method Description voidResponseWaitingRoomImpl. responseReceived(CDRInputObject is) -
Uses of CDRInputObject in com.sun.corba.ee.spi.protocol
Methods in com.sun.corba.ee.spi.protocol that return CDRInputObject Modifier and Type Method Description CDRInputObjectMessageMediator. getInputObject()CDRInputObjectClientRequestDispatcher. marshalingComplete(java.lang.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.CDRInputObjectMessageMediator. waitForResponse()Methods in com.sun.corba.ee.spi.protocol with parameters of type CDRInputObject Modifier and Type Method Description voidClientRequestDispatcher. endRequest(ORB broker, java.lang.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 CDRInputObject Modifier and Type Method Description CDRInputObjectMessageData. getStream()A fully initialized input stream for the message data, positioned at the first element of the body.CDRInputObjectConnection. waitForResponse(MessageMediator messageMediator)If a message expect's a response then this method is called.CDRInputObjectResponseWaitingRoom. waitForResponse(MessageMediator messageMediator)Methods in com.sun.corba.ee.spi.transport with parameters of type CDRInputObject Modifier and Type Method Description voidResponseWaitingRoom. responseReceived(CDRInputObject inputObject)IORIORTransformer. unmarshal(CDRInputObject io)
-