com.anabas.gxo
Interface GMS_MessageReplyer
- public interface GMS_MessageReplyer
Title:
Description:
Copyright: Copyright (c) 2000
Company:
Method Summary |
void |
reply(GMS_Message requestMessage,
GMS_Message replyMessage)
Reply to a message that was received via the publisher.request() method. |
reply
public void reply(GMS_Message requestMessage,
GMS_Message replyMessage)
throws GXO_Exception
- Reply to a message that was received via the publisher.request() method.
The message will be received by the GMS_MessageReplyer that should be
set with the setMessageReplyer method.