| Modifier and Type | Method and Description |
|---|---|
static CDROutputObject |
TypeCodeImpl.newOutputStream(ORB orb) |
| Modifier and Type | Class and Description |
|---|---|
class |
EncapsOutputStream
Encapsulations are supposed to explicitly define their
code sets and GIOP version.
|
class |
TypeCodeOutputStream |
| Modifier and Type | Method and Description |
|---|---|
static CDROutputObject |
OutputStreamFactory.newCDROutputObject(ORB orb,
MessageMediator mediator,
GIOPVersion giopVersion,
Connection connection,
Message header,
byte streamFormatVersion) |
static CDROutputObject |
OutputStreamFactory.newCDROutputObject(ORB orb,
MessageMediator messageMediator,
Message header,
byte streamFormatVersion) |
static CDROutputObject |
OutputStreamFactory.newCDROutputObject(ORB orb,
MessageMediator messageMediator,
Message header,
byte streamFormatVersion,
int strategy) |
| Modifier and Type | Method and Description |
|---|---|
CDRInputObject |
CDROutputObject.InputObjectFactory.createInputObject(CDROutputObject outputObject,
ORB orb,
ByteBuffer byteBuffer,
int size,
GIOPVersion giopVersion) |
| Modifier and Type | Method and Description |
|---|---|
CDROutputObject |
ParserTable.TestAcceptor1.createOutputObject(ORB broker,
MessageMediator messageMediator) |
CDROutputObject |
ParserTable.TestAcceptor2.createOutputObject(ORB broker,
MessageMediator messageMediator) |
| Modifier and Type | Field and Description |
|---|---|
protected CDROutputObject |
MessageMediatorImpl.outputObject |
| Modifier and Type | Method and Description |
|---|---|
CDROutputObject |
ClientRequestDispatcherImpl.beginRequest(Object self,
String opName,
boolean isOneWay,
ContactInfo contactInfo) |
CDROutputObject |
MessageMediatorImpl.getOutputObject() |
| Modifier and Type | Method and Description |
|---|---|
CDRInputObject |
SharedCDRClientRequestDispatcherImpl.marshalingComplete(Object self,
CDROutputObject outputObject) |
CDRInputObject |
ClientRequestDispatcherImpl.marshalingComplete(Object self,
CDROutputObject outputObject) |
void |
MessageMediatorImpl.setOutputObject(CDROutputObject outputObject) |
| Modifier and Type | Method and Description |
|---|---|
CDROutputObject |
SharedCDRContactInfoImpl.createOutputObject(MessageMediator messageMediator) |
CDROutputObject |
ContactInfoBase.createOutputObject(MessageMediator messageMediator) |
CDROutputObject |
AcceptorBase.createOutputObject(ORB broker,
MessageMediator messageMediator) |
| Modifier and Type | Method and Description |
|---|---|
void |
ConnectionImpl.sendWithoutLock(CDROutputObject outputObject) |
| Modifier and Type | Method and Description |
|---|---|
CDROutputObject |
ClientRequestDispatcher.beginRequest(Object self,
String methodName,
boolean isOneWay,
ContactInfo contactInfo)
At the beginning of a request the presentation block uses this
to obtain an OutputObject to set data to be sent on a message.
|
CDROutputObject |
MessageMediator.getOutputObject() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
void |
MessageMediator.setOutputObject(CDROutputObject outputObject) |
| Modifier and Type | Method and Description |
|---|---|
CDROutputObject |
ContactInfo.createOutputObject(MessageMediator messageMediator) |
CDROutputObject |
Acceptor.createOutputObject(ORB broker,
MessageMediator messageMediator) |
| Modifier and Type | Method and Description |
|---|---|
void |
IORTransformer.marshal(CDROutputObject oo,
IOR ior) |
void |
Connection.sendWithoutLock(CDROutputObject outputObject) |
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.