|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectflex.messaging.messages.AbstractMessage
flex.messaging.messages.AsyncMessage
This type of message contains information necessary to perform point-to-point or publish-subscribe messaging.
| Field Summary | |
protected String |
correlationId
|
static String |
SUBTOPIC_HEADER_NAME
The name for the subtopic header if the message targets a destination subtopic. |
| Fields inherited from class flex.messaging.messages.AbstractMessage |
body, clientId, destination, headers, messageId, timestamp, timeToLive |
| Fields inherited from interface flex.messaging.messages.Message |
DESTINATION_CLIENT_ID_HEADER, ENDPOINT_HEADER, REMOTE_CREDENTIALS_HEADER |
| Constructor Summary | |
AsyncMessage()
|
|
| Method Summary | |
String |
getCorrelationId()
|
void |
setCorrelationId(String correlationId)
|
protected String |
toStringFields(int indentLevel)
|
| Methods inherited from class flex.messaging.messages.AbstractMessage |
bodyToString, clone, equals, getBody, getClientId, getDestination, getFieldSeparator, getHeader, getHeaders, getIndent, getMessageId, getTimestamp, getTimeToLive, headerExists, internalBodyToString, logCategory, setBody, setClientId, setDestination, setHeader, setHeaders, setMessageId, setTimestamp, setTimeToLive, toString, toString, toStringHeader |
| Methods inherited from class java.lang.Object |
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final String SUBTOPIC_HEADER_NAME
protected String correlationId
| Constructor Detail |
public AsyncMessage()
| Method Detail |
public String getCorrelationId()
public void setCorrelationId(String correlationId)
protected String toStringFields(int indentLevel)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||