bea.jolt
Class JoltReply

java.lang.Object
  extended bybea.jolt.JoltReply

public class JoltReply
extends java.lang.Object

JoltReply is a place holder of the message for unsolicited messages or event notifications. In the future, this class will be enhanced to include a method to identify the source of the message.


Method Summary
 Message getMessage()
          Get the response message
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getMessage

public Message getMessage()
Get the response message

Returns:
The message object.