|
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();
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);
msgInOut = rdc.sendSync(msgInOut);