Package | Description |
---|---|
org.jboss.com.sun.corba.se.impl.encoding | |
org.jboss.com.sun.corba.se.pept.protocol | |
org.jboss.com.sun.corba.se.pept.transport |
Modifier and Type | Class and Description |
---|---|
class |
CDRInputObject |
Modifier and Type | Method and Description |
---|---|
InputObject |
MessageMediator.getInputObject()
Used to get the
InputObject used for the message. |
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. |
InputObject |
MessageMediator.waitForResponse()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
ClientRequestDispatcher.endRequest(Broker broker,
Object self,
InputObject inputObject)
After the presentation block completes a request it signals the PEPt runtime by calling this method.
|
void |
MessageMediator.setInputObject(InputObject inputObject)
Used to set the
InputObject used for the message. |
Modifier and Type | Method and Description |
---|---|
InputObject |
Acceptor.createInputObject(Broker broker,
MessageMediator messageMediator)
Used to get a
InputObject for the specific
encoding represented by this Acceptor . |
InputObject |
ContactInfo.createInputObject(Broker broker,
MessageMediator messageMediator)
Used to get a
InputObject for the specific encoding
represented by this ContactInfo . |
InputObject |
ResponseWaitingRoom.waitForResponse(MessageMediator messageMediator) |
InputObject |
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(InputObject inputObject) |
Copyright © 2023 JBoss by Red Hat. All rights reserved.