Modifier and Type | Class and Description |
---|---|
class |
CDROutputObject |
Modifier and Type | Method and Description |
---|---|
OutputObject |
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. |
OutputObject |
MessageMediator.getOutputObject()
Used to get the
OutputObject used for the message. |
Modifier and Type | Method and Description |
---|---|
InputObject |
ClientRequestDispatcher.marshalingComplete(Object self,
OutputObject outputObject)
After the presentation block has set data on the
OutputObject
it signals the PEPt runtime to send the encoded data by calling this method. |
void |
MessageMediator.setOutputObject(OutputObject outputObject)
Used to set the
OutputObject used for the message. |
Modifier and Type | Method and Description |
---|---|
OutputObject |
Acceptor.createOutputObject(Broker broker,
MessageMediator messageMediator)
Used to get a
OutputObject for the specific
encoding represented by this Acceptor . |
OutputObject |
ContactInfo.createOutputObject(MessageMediator messageMediator)
Used to get a
OutputObject for the specific encoding
represented by this ContactInfo . |
Modifier and Type | Method and Description |
---|---|
void |
Connection.sendWithoutLock(OutputObject outputObject) |
Modifier and Type | Class and Description |
---|---|
class |
CorbaOutputObject |
Copyright © 2014 JBoss by Red Hat. All rights reserved.