| Package | eu.orangeflash.webapis.xmlrpc.utils |
| Class | public class Deserializer |
| Implements | IXMLRPCDeserializer |
| Subclasses | Deserializer |
| Method | Defined by | ||
|---|---|---|---|
| Deserializer | |||
|
createResponse(xml:XML):IMethodResponse
Method, parses raw xml data to MethodResponse
| Deserializer | ||
| Constant | Defined 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 | ||
| Deserializer | () | constructor |
public function Deserializer()
| createResponse | () | method |
public function createResponse(xml:XML):IMethodResponseMethod, parses raw xml data to MethodResponse
Parametersxml:XML — XML, raw xml data
|
IMethodResponse —
IMethodResponse implentation
|
| ARRAY | constant |
public static const ARRAY:String = "Array"
| BASE64 | constant |
public static const BASE64:String = "base64"
| BOOL | constant |
public static const BOOL:String = "Boolean"
| DATE | constant |
public static const DATE:String = "Date"
| INT | constant |
public static const INT:String = "int"
| NULL | constant |
public static const NULL:String = "null"
| NUMBER | constant |
public static const NUMBER:String = "Number"
| OBJECT | constant |
public static const OBJECT:String = "Object"
| STRING | constant |
public static const STRING:String = "String"