Contains classes and interfaces, that allows to work with XML-RPC API via ActionScript.
| Interface | Description | |
|---|---|---|
| IClient | Interface, instances of IClient lets you communicate to server | |
| IMethodCall | Interface, IMethodCall instances are representation of method invoked on remote server. | |
| IMethodResponse |
| Class | Description | |
|---|---|---|
| Client | Manages XML-RPC operations | |
| Fault | ||
| MethodCall | Represents single XML-RPC Method Call | |
| MethodResponse |