org.jivesoftware.xiff.data.rpc

class XMLRPC

Object | +--org.jivesoftware.xiff.data.rpc.XMLRPC

class XMLRPC extends Object
Implements client side XML marshalling of methods and parameters into XMLRPC. For more information on RPC over XMPP, see http://www.jabber.org/jeps/jep-0009.html.
  • Author:
    Sean Treadway
  • Since:
    2.0.0

Method Summary

public static fromXML ( xml: XMLNode ): Array
Extract and marshall the XML-RPC response to Flash types.
public static toXML ( parent: XMLNode, method: String, params: Array ): XMLNode
The marshalling process, accepting a block of XML, a string description of the remote method, and an array of flash typed parameters.

The documentation was generated from the following file:
  • XMLRPC.as, Last Modified: 3/10/2005 10:13:24 PM