| Package | Description |
|---|---|
| com.sun.corba.ee.impl.encoding | |
| com.sun.corba.ee.impl.protocol | |
| com.sun.corba.ee.impl.transport | |
| com.sun.corba.ee.spi.protocol | |
| com.sun.corba.ee.spi.transport |
| Modifier and Type | Class and Description |
|---|---|
class |
EncapsInputStream
Encapsulations are supposed to explicitly define their
code sets and GIOP version.
|
class |
TypeCodeInputStream |
| Modifier and Type | Method and Description |
|---|---|
CDRInputObject |
CDROutputObject.InputObjectFactory.createInputObject(CDROutputObject outputObject,
ORB orb,
ByteBuffer byteBuffer,
int size,
GIOPVersion giopVersion) |
CDRInputObject |
CDROutputObject.createInputObject(ORB orb) |
protected CDRInputObject |
CDROutputObject.createInputObject(ORB orb,
CDROutputObject.InputObjectFactory factory) |
CDRInputObject |
EncapsInputStream.dup() |
CDRInputObject |
CDRInputObject.dup() |
| Constructor and Description |
|---|
CDRInputObject(CDRInputObject is) |
WrapperInputStream(CDRInputObject s) |
| Modifier and Type | Field and Description |
|---|---|
protected CDRInputObject |
MessageMediatorImpl.inputObject |
| Modifier and Type | Method and Description |
|---|---|
CDRInputObject |
MessageMediatorImpl.getInputObject() |
CDRInputObject |
SharedCDRClientRequestDispatcherImpl.marshalingComplete(Object self,
CDROutputObject outputObject) |
CDRInputObject |
ClientRequestDispatcherImpl.marshalingComplete(Object self,
CDROutputObject outputObject) |
CDRInputObject |
ClientRequestDispatcherImpl.marshalingComplete1(ORB orb,
MessageMediator messageMediator) |
protected CDRInputObject |
ClientRequestDispatcherImpl.processResponse(ORB orb,
MessageMediator messageMediator,
CDRInputObject inputObject) |
CDRInputObject |
MessageMediatorImpl.waitForResponse() |
| Modifier and Type | Method and Description |
|---|---|
void |
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) |
| Modifier and Type | Method and Description |
|---|---|
CDRInputObject |
ResponseWaitingRoomImpl.waitForResponse(MessageMediator messageMediator) |
CDRInputObject |
ConnectionImpl.waitForResponse(MessageMediator messageMediator) |
| Modifier and Type | Method and Description |
|---|---|
void |
ResponseWaitingRoomImpl.responseReceived(CDRInputObject is) |
| Modifier and Type | Method and Description |
|---|---|
CDRInputObject |
MessageMediator.getInputObject() |
CDRInputObject |
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.
|
CDRInputObject |
MessageMediator.waitForResponse() |
| Modifier and Type | Method and Description |
|---|---|
void |
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) |
| Modifier and Type | Method and Description |
|---|---|
CDRInputObject |
MessageData.getStream()
A fully initialized input stream for the message data, positioned
at the first element of the body.
|
CDRInputObject |
ResponseWaitingRoom.waitForResponse(MessageMediator messageMediator) |
CDRInputObject |
Connection.waitForResponse(MessageMediator messageMediator)
If a message expect's a response then this method is called.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResponseWaitingRoom.responseReceived(CDRInputObject inputObject) |
IOR |
IORTransformer.unmarshal(CDRInputObject io) |
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.