Class DelegateMessage
- java.lang.Object
-
- org.exoplatform.ws.frameworks.cometd.transport.DelegateMessage
-
public class DelegateMessage extends Object
Created by The eXo Platform SAS.- Version:
- $Id: $
- Author:
- Vitaly Parfonov
-
-
Constructor Summary
Constructors Constructor Description DelegateMessage()DelegateMessage(String channel, String message, String msgId)DelegateMessage(String channel, String exoId, String message, String msgId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetChannel()StringgetExoId()StringgetId()StringgetMessage()voidsetChannel(String channel)voidsetExoId(String exoId)voidsetId(String id)voidsetMessage(String message)
-
-
-
Method Detail
-
getMessage
public String getMessage()
- Returns:
- the message
-
setMessage
public void setMessage(String message)
- Parameters:
message- the message to set
-
getExoId
public String getExoId()
- Returns:
- the exoId
-
setExoId
public void setExoId(String exoId)
- Parameters:
exoId- the exoId to set
-
getChannel
public String getChannel()
- Returns:
- the channel
-
setChannel
public void setChannel(String channel)
- Parameters:
channel- the channel to set
-
setId
public void setId(String id)
- Parameters:
id- the id to set
-
getId
public String getId()
- Returns:
- the id
-
-