Package pyamf :: Package flex :: Module messaging :: Class AsyncMessage
[hide private]
[frames] | no frames]

Class AsyncMessage

source code


I am the base class for all asynchronous Flex messages.


See Also: AsyncMessage on Livedocs (external)

Instance Methods [hide private]
 
__init__(self, *args, **kwargs)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code

Inherited from AbstractMessage: __repr__

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__, __str__

Class Variables [hide private]
  SUBTOPIC_HEADER = 'DSSubtopic'
Messages that were sent with a defined subtopic property indicate their target subtopic in this header.

Inherited from AbstractMessage: DESTINATION_CLIENT_ID_HEADER, ENDPOINT_HEADER, REMOTE_CREDENTIALS_HEADER, REQUEST_TIMEOUT_HEADER

Instance Variables [hide private]
str correlationId
Correlation id of the message.

Inherited from AbstractMessage: body, clientId, destination, headers, messageId, timeToLive, timestamp

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, *args, **kwargs)
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)