Class RemotingMessage

All Implemented Interfaces:
Serializable, Message

public class RemotingMessage extends RPCMessage
Flex compatibility message that is sent by the mx:RemoteObject mxml tag.
Author:
The Red5 Project, Joachim Bauch (jojo@struktur.de)
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • operation

      public String operation
      Method to execute.
    • source

      public String source
      Value of the source attribute of mx:RemoteObject that sent the message.
    • parameters

      private Object[] parameters
  • Constructor Details

    • RemotingMessage

      public RemotingMessage()
  • Method Details

    • getOperation

      public String getOperation()
    • setOperation

      public void setOperation(String operation)
    • getSource

      public String getSource()
    • setSource

      public void setSource(String source)
    • getParameters

      public Object[] getParameters()
    • setParameters

      public void setParameters(Object... params)
    • addParameters

      protected void addParameters(StringBuilder result)
      Add message properties to string.
      Overrides:
      addParameters in class RPCMessage
      Parameters:
      result - StringBuilder to add properties to