org.red5.compatibility.flex.messaging.messages
Class RemotingMessage
java.lang.Object
org.red5.compatibility.flex.messaging.messages.AbstractMessage
org.red5.compatibility.flex.messaging.messages.AsyncMessage
org.red5.compatibility.flex.messaging.messages.RemotingMessage
- All Implemented Interfaces:
- Serializable
public class RemotingMessage
- extends AsyncMessage
Flex compatibility message that is sent by the mx:RemoteObject
mxml tag.
- Author:
- The Red5 Project (red5@osflash.org), Joachim Bauch (jojo@struktur.de)
- See Also:
- osflash documentation (external),
Serialized Form
Field Summary |
String |
operation
Method to execute. |
String |
source
Value of the source attribute of mx:RemoteObject that sent the message. |
operation
public String operation
- Method to execute.
source
public String source
- Value of the
source
attribute of mx:RemoteObject that sent the message.
RemotingMessage
public RemotingMessage()
addParameters
protected void addParameters(StringBuilder result)
- Add message properties to string.
- Overrides:
addParameters
in class AsyncMessage
- Parameters:
result
- StringBuilder
to add properties to
Copyright © 2006-2009 The Red5 Project