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 Details

    • DelegateMessage

      public DelegateMessage()
    • DelegateMessage

      public DelegateMessage(String channel, String exoId, String message, String msgId)
      Parameters:
      channel - the id of channel.
      exoId - the client id (deliver)
      message - the message
      msgId - id of message
    • DelegateMessage

      public DelegateMessage(String channel, String message, String msgId)
      Parameters:
      channel - the id of channel.
      message - the message
      msgId - id of message
  • Method Details

    • 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