| Package | eu.orangeflash.webapis.xmlrpc |
| Class | public class Client |
| Inheritance | Client flash.events.EventDispatcher |
| Implements | IClient |
| Subclasses | WP |
| Property | Defined by | ||
|---|---|---|---|
| lastResult : Object [read-only]
Stores last result from last invocation of Method.result event.
| Client | ||
| serviceURL : String
Indicates service end point (i.e http://orangeflash.eu/xmlrpc.php).
| Client | ||
| Property | Defined by | ||
|---|---|---|---|
| result : IMethodResponse | Client | ||
| url : String | Client | ||
| Method | Defined by | ||
|---|---|---|---|
|
Client()
Constructs new XML-RPC client.
| Client | ||
|
Invokes method on server.
| Client | ||
| lastResult | property |
lastResult:Object [read-only]Stores last result from last invocation of Method.result event.
Implementation public function get lastResult():Object
| result | property |
protected var result:IMethodResponse
| serviceURL | property |
serviceURL:String [read-write]Indicates service end point (i.e http://orangeflash.eu/xmlrpc.php).
Implementation public function get serviceURL():String
public function set serviceURL(value:String):void
| url | property |
protected var url:String
| Client | () | constructor |
public function Client()Constructs new XML-RPC client.
| invoke | () | method |
public function invoke(methodName:String, ... args):IMethodCallInvokes method on server.
ParametersmethodName:String — String, method name.
|
|
... args — Rest, method arguments.
|
IMethodCall —
IMethodCall instance.
|
| fault | event |
| invoke | event |
| result | event |