Petals-SE-RMI 1.6.x

compared with
Key
This line was removed.
This word was removed. This word was added.
This line was added.

Changes (2)

View Page History
// Accept the response of provider
MessageExchange msgResponseInOnly = rdc.accept();
{code}

The following code snippet shows an synchronous message exchange between the client and a provider:
{code:java}
// Send a synchronous message
msgInOut = rdc.sendSync(msgInOut);