Orange Framework
All Packages
|
All Classes
|
Index
|
Frames
No Frames
Class WPMethod
Properties
|
Methods
|
Events
Package
eu.orangeflash.webapis.wp
Class
public class WPMethod
Inheritance
WPMethod
MethodCall
flash.events.EventDispatcher
Implements
IMethodCall
Public Properties
Hide Inherited Public Properties
Show Inherited Public Properties
Property
Defined by
client
:
IClient
Property, indicates
IClient
instance.
MethodCall
data
: Object
Property Read-Only, returns raw data recieved from
URLLoader.load()
request.
MethodCall
methodName
: String
Property, indicates methodName on remote server.
MethodCall
params
: Array
Property, collection of arguments.
MethodCall
response
:
IMethodResponse
Property Read-Only, returns reference to
IMethodResponse
instance generated on response.
MethodCall
result
: Array
Property[Read-Only], reference to result.
MethodCall
Protected Properties
Hide Inherited Protected Properties
Show Inherited Protected Properties
Property
Defined by
args
: Array
MethodCall
deserializer
:
IXMLRPCDeserializer
MethodCall
methodResponse
:
IMethodResponse
MethodCall
name
: String
MethodCall
serializer
:
IXMLRPCSerializer
MethodCall
serviceClient
:
IClient
MethodCall
urlLoader
: URLLoader
MethodCall
urlRequest
: URLRequest
MethodCall
Public Methods
Hide Inherited Public Methods
Show Inherited Public Methods
Method
Defined by
invoke
(methodName:String = null, params:Array = null):void
MethodCall
Events
Hide Inherited Events
Show Inherited Events
Event
Summary
Defined by
fault
MethodCall
invoke
MethodCall
result
MethodCall