Package | Description |
---|---|
org.jboss.com.sun.corba.se.pept.protocol | |
org.jboss.com.sun.corba.se.pept.transport | |
org.jboss.com.sun.corba.se.spi.orb |
Modifier and Type | Method and Description |
---|---|
Broker |
ClientDelegate.getBroker()
The
Broker associated with an invocation. |
Broker |
MessageMediator.getBroker()
The
Broker associated with an invocation. |
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.
|
Modifier and Type | Method and Description |
---|---|
Broker |
ContactInfo.getBroker()
The
Broker associated with an invocation. |
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 . |
MessageMediator |
Acceptor.createMessageMediator(Broker xbroker,
Connection xconnection)
Used to get a
MessageMediator to hold internal
data for a message received using the specific encoding, protocol, transport combination represented by this
Acceptor . |
MessageMediator |
ContactInfo.createMessageMediator(Broker broker,
Connection connection)
Used to get a
MessageMediator to hold internal data for a
message received using the specific encoding, protocol, transport combination represented by this
ContactInfo . |
MessageMediator |
ContactInfo.createMessageMediator(Broker broker,
ContactInfo contactInfo,
Connection connection,
String methodName,
boolean isOneWay)
Used to get a
MessageMediator to hold internal data for a
message to be sent using the specific encoding, protocol, transport combination represented by this
ContactInfo . |
OutputObject |
Acceptor.createOutputObject(Broker broker,
MessageMediator messageMediator)
Used to get a
OutputObject for the specific
encoding represented by this Acceptor . |
MessageMediator |
Acceptor.finishCreatingMessageMediator(Broker broker,
Connection xconnection,
MessageMediator messageMediator)
Used to finish creating a
MessageMediator to
with internal data for a message received using the specific encoding, protocol, transport combination
represented by this Acceptor . |
MessageMediator |
ContactInfo.finishCreatingMessageMediator(Broker broker,
Connection connection,
MessageMediator messageMediator)
Used to finish creating a
MessageMediator with internal
data for a message received using the specific encoding, protocol, transport combination represented by this
ContactInfo . |
Modifier and Type | Class and Description |
---|---|
class |
ORB |
Copyright © 2014 JBoss by Red Hat. All rights reserved.