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)

Nested Classes [hide private]
  __amf__
Instance Methods [hide private]
 
__init__(self, *args, **kwargs)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
__readamf__(self, input) source code
 
__writeamf__(self, output) source code
 
getSmallMessage(self)
Return a ISmallMessage representation of this async message.
source code

Inherited from AbstractMessage: __repr__, decodeSmallAttribute, encodeSmallAttribute

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, SMALL_ATTRIBUTES, SMALL_ATTRIBUTE_FLAGS, SMALL_UUIDS, SMALL_UUID_FLAGS

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)

__readamf__(self, input)

source code 
Overrides: AbstractMessage.__readamf__

__writeamf__(self, output)

source code 
Overrides: AbstractMessage.__writeamf__

getSmallMessage(self)

source code 

Return a ISmallMessage representation of this async message.

Overrides: AbstractMessage.getSmallMessage

Since: 0.5