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

Class AcknowledgeMessage

source code


I acknowledge the receipt of a message that was sent previously.

Every message sent within the messaging system must receive an acknowledgement.


See Also: AcknowledgeMessage on Livedocs (external)

Instance Methods [hide private]

Inherited from AsyncMessage: __init__

Inherited from AbstractMessage: __repr__

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

Class Variables [hide private]
  ERROR_HINT_HEADER = 'DSErrorHint'
Used to indicate that the acknowledgement is for a message that generated an error.

Inherited from AsyncMessage: SUBTOPIC_HEADER

Inherited from AbstractMessage: DESTINATION_CLIENT_ID_HEADER, ENDPOINT_HEADER, REMOTE_CREDENTIALS_HEADER, REQUEST_TIMEOUT_HEADER

Instance Variables [hide private]

Inherited from AsyncMessage: correlationId

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

Properties [hide private]

Inherited from object: __class__