Packageeu.orangeflash.webapis.xmlrpc.utils
Interfacepublic interface IXMLRPCSerializer
ImplementorsSerializer



Public Methods
 MethodDefined by
  
createMethod(methodName:String, params:Array = null):String
Creates String representation of MethodCall, to send to server.
IXMLRPCSerializer
Method detail
createMethod()method
public function createMethod(methodName:String, params:Array = null):String

Creates String representation of MethodCall, to send to server.

Parameters
methodName:String — String, method name.
 
params:Array (default = null) — Optional, array of parameters.

Returns
String — String representation of MethodCall.