| Package | eu.orangeflash.webapis.xmlrpc.utils |
| Interface | public interface IXMLRPCDeserializer |
| Implementors | Deserializer |
| Method | Defined by | ||
|---|---|---|---|
|
createResponse(xml:XML):IMethodResponse
Creates IMethodResponse from raw xml
| IXMLRPCDeserializer | ||
| createResponse | () | method |
public function createResponse(xml:XML):IMethodResponseCreates IMethodResponse from raw xml
Parametersxml:XML — Raw xml, recieved from server.
|
IMethodResponse —
IMethodResponse
|