Applications are responsible for converting data from source application format to MTree format and from MTree format to target application format.
The MTree class provides two types of structures for data representation.
- A tree-type structure. Trees consist of nodes. Each node can be an MNode or an MTree. This structure is for data that is to be sent in AERV or RV message format.
- A simple XML text representation. This is for data that is to be sent in either XMLJMS or XMLRV message format.