Packageeu.orangeflash.webapis.xmlrpc.utils
Classpublic class Deserializer
ImplementsIXMLRPCDeserializer
SubclassesDeserializer



Public Methods
 MethodDefined by
  
Deserializer
  
Method, parses raw xml data to MethodResponse
Deserializer
Public Constants
 ConstantDefined by
  ARRAY : String = "Array"
[static]
Deserializer
  BASE64 : String = "base64"
[static]
Deserializer
  BOOL : String = "Boolean"
[static]
Deserializer
  DATE : String = "Date"
[static]
Deserializer
  INT : String = "int"
[static]
Deserializer
  NULL : String = "null"
[static]
Deserializer
  NUMBER : String = "Number"
[static]
Deserializer
  OBJECT : String = "Object"
[static]
Deserializer
  STRING : String = "String"
[static]
Deserializer
Constructor detail
Deserializer()constructor
public function Deserializer()
Method detail
createResponse()method
public function createResponse(xml:XML):IMethodResponse

Method, parses raw xml data to MethodResponse

Parameters
xml:XML — XML, raw xml data

Returns
IMethodResponse — IMethodResponse implentation
Constant detail
ARRAYconstant
public static const ARRAY:String = "Array"
BASE64constant 
public static const BASE64:String = "base64"
BOOLconstant 
public static const BOOL:String = "Boolean"
DATEconstant 
public static const DATE:String = "Date"
INTconstant 
public static const INT:String = "int"
NULLconstant 
public static const NULL:String = "null"
NUMBERconstant 
public static const NUMBER:String = "Number"
OBJECTconstant 
public static const OBJECT:String = "Object"
STRINGconstant 
public static const STRING:String = "String"