Packageflex.messaging.messages
Classpublic class AsyncMessage
InheritanceAsyncMessage Inheritance

This type of message contains information necessary to perform point-to-point or publish-subscribe messaging.



Public Methods
 MethodDefined By
  
Default constructor for AsyncMessage.
AsyncMessage
  
Gets the correlationId of the AsyncMessage.
AsyncMessage
  
void setCorrelationId(String correlationId)
Sets the correlationId of the AsyncMessage.
AsyncMessage
Public Constants
 ConstantDefined By
  SUBTOPIC_HEADER_NAME
[static] The name for the subtopic header if the message targets a destination subtopic.
AsyncMessage
Constructor Detail
AsyncMessage()
public AsyncMessage()

Default constructor for AsyncMessage.

Method Detail
getCorrelationId()
public String getCorrelationId()

Gets the correlationId of the AsyncMessage.

Returns
correlationId
setCorrelationId() 
public void setCorrelationId(String correlationId)

Sets the correlationId of the AsyncMessage.

Parameters

correlationId — The correlationId for the message.

Constant Detail
SUBTOPIC_HEADER_NAMEConstant
public static final SUBTOPIC_HEADER_NAME

The name for the subtopic header if the message targets a destination subtopic.





 

Send me an e-mail when comments are added to this page | Comment Report

Current page: http://livedocs.adobe.com/livecycle/8.2/programLC/programmer/javadoc/flex/messaging/messages/AsyncMessage.html