com.bea.httppubsub
Interface EventMessage


public interface EventMessage
extends BayeuxMessage, java.io.Serializable

Event message interface.


Inner classes inherited from class com.bea.httppubsub.BayeuxMessage
BayeuxMessage.TYPE
 
Method Summary
 java.lang.Object getPayLoad()
          Get payload object.
 void setPayLoad(java.lang.Object obj)
          Set payload object.
 
Methods inherited from interface com.bea.httppubsub.BayeuxMessage
getChannel, getClient, getType, toJSONRequestString, toJSONResponseString
 

Method Detail

getPayLoad

public java.lang.Object getPayLoad()
Get payload object.

Returns:
Payload object.

setPayLoad

public void setPayLoad(java.lang.Object obj)
Set payload object. The toString() method of payLoad object will be used to fill in "data" field of event message.

Parameters:
obj - Payload object.


Copyright © 2007 BEA Systems All Rights Reserved.