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, correlationIdBytesbody, clientId, clientIdBytes, destination, headers, messageId, messageIdBytes, timestamp, timeToLiveDESTINATION_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, writeExternalgetBody, getClientId, getDestination, getHeader, getHeaders, getMessageId, getTimestamp, getTimeToLive, headerExists, readFlags, setBody, setClientId, setDestination, setHeader, setHeaders, setMessageId, setTimestamp, setTimeToLive, toStringpublic String operation
public String source
source attribute of mx:RemoteObject that sent the message.protected void addParameters(StringBuilder result)
addParameters in class AsyncMessageresult - StringBuilder to add properties toCopyright © 2005–2016 Red5. All rights reserved.