Class: TextXmlQueueMessageEncoder

TextXmlQueueMessageEncoder

Encode utf-8 string by escaping the xml markup characters.
Decode from utf-8 string by unescaping the xml markup characters.


new TextXmlQueueMessageEncoder()

Create a new TextXmlQueueMessageEncoder object

Source:

Extends

Methods


decode( [textToBeDecoded])

Decode from utf-8 string by unescaping the xml markup characters.

This:
Parameters:
Name Type Argument Description
textToBeDecoded string <optional>

The base64 string to be decoded.

Overrides:
Source:
Returns:
Type
string

encode( [input])

Encode utf-8 string by escaping the xml markup characters.

This:
Parameters:
Name Type Argument Description
input string <optional>

The target to be encoded.

Overrides:
Source:
Returns:
Type
string