public class RemotingMessage extends AsyncMessage
mx:RemoteObject
mxml tag.Modifier and Type | Field and Description |
---|---|
String |
operation
Method to execute.
|
String |
source
Value of the
source attribute of mx:RemoteObject that sent the message. |
CORRELATION_ID_BYTES_FLAG, CORRELATION_ID_FLAG, correlationId, correlationIdBytes
body, clientId, clientIdBytes, destination, headers, messageId, messageIdBytes, timestamp, timeToLive
DESTINATION_CLIENT_ID_HEADER, ENDPOINT_HEADER, FLEX_CLIENT_ID_HEADER, MESSAGING_VERSION, NEEDS_CONFIG_HEADER, POLL_WAIT_HEADER, PRESERVE_DURABLE_HEADER, REMOTE_CREDENTIALS_HEADER, REMOVE_SUBSCRIPTIONS, SELECTOR_HEADER, SUBSCRIPTION_INVALIDATED_HEADER, SUBTOPIC_SEPARATOR, SYNC_HEADER
Constructor and Description |
---|
RemotingMessage() |
Modifier and Type | Method and Description |
---|---|
protected void |
addParameters(StringBuilder result)
Add message properties to string.
|
getCorrelationId, readExternal, setCorrelationId, writeExternal
getBody, getClientId, getDestination, getHeader, getHeaders, getMessageId, getTimestamp, getTimeToLive, headerExists, readFlags, setBody, setClientId, setDestination, setHeader, setHeaders, setMessageId, setTimestamp, setTimeToLive, toString
public String operation
public String source
source
attribute of mx:RemoteObject that sent the message.protected void addParameters(StringBuilder result)
addParameters
in class AsyncMessage
result
- StringBuilder
to add properties toCopyright © 2006-2012 The Red5 Project