Class DelegateMessage
java.lang.Object
org.exoplatform.ws.frameworks.cometd.transport.DelegateMessage
-
Constructor Summary
ConstructorsConstructorDescriptionDelegateMessage(String channel, String message, String msgId) DelegateMessage(String channel, String exoId, String message, String msgId) -
Method Summary
Modifier and TypeMethodDescriptiongetExoId()getId()voidsetChannel(String channel) voidvoidvoidsetMessage(String message)
-
Constructor Details
-
DelegateMessage
public DelegateMessage() -
DelegateMessage
- Parameters:
channel- the id of channel.exoId- the client id (deliver)message- the messagemsgId- id of message
-
DelegateMessage
- Parameters:
channel- the id of channel.message- the messagemsgId- id of message
-
-
Method Details
-
getMessage
- Returns:
- the message
-
setMessage
- Parameters:
message- the message to set
-
getExoId
- Returns:
- the exoId
-
setExoId
- Parameters:
exoId- the exoId to set
-
getChannel
- Returns:
- the channel
-
setChannel
- Parameters:
channel- the channel to set
-
setId
- Parameters:
id- the id to set
-
getId
- Returns:
- the id
-