QueueMessageFormat Class
Encoding and decoding methods which can be used to modify how the queue service encodes and decodes queue messages. Set these to queueservice.encode_function and queueservice.decode_function to modify the behavior. The defaults are text_xmlencode and text_xmldecode, respectively.
Constructor
QueueMessageFormat()
Methods
binary_base64decode |
Base64 decode to byte string. |
binary_base64encode |
Base64 encode byte strings. |
nodecode |
Do no decoding. |
noencode |
Do no encoding. |
text_base64decode |
Base64 decode to unicode text. |
text_base64encode |
Base64 encode unicode text. |
text_xmldecode |
XML decode to unicode text. |
text_xmlencode |
XML encode unicode text. |