Here are the classes, structs, unions and interfaces with brief descriptions:
| _array | Represents the <array> array of values element |
| _base64 | Represents the <base64> binary data element |
| _struct | Represents the <struct> record structure element |
| data | Represents the <data> element |
| fault | Represents the <fault> container element with a value |
| member | Represents the <member> element of a <struct> |
| methodCall | Represents the <methodCall> element with <methodName> and request <params> for remote invocation |
| methodResponse | Represents the <methodResponse> element with response <params> and <fault> |
| param | Represents a <param> of the <params> of a <methodCall> |
| params | Represents the <params> of a <methodCall> request and response |
| value | Represents the <value> container element |