| Constructor and Description | 
|---|
| XmlRpcCall(String methodName,
          List params)Constructor. | 
| Modifier and Type | Method and Description | 
|---|---|
| static XmlRpcCall | createCall(Document callDoc)Constructs an XmlRpcCall instance from a document with a
 methodCall element at top level. | 
| String | getMethodName()Returns the method name. | 
| List | getParams()Returns the parameter list. | 
public String getMethodName()
methodName elementpublic List getParams()
params elementpublic static XmlRpcCall createCall(Document callDoc) throws org.astrogrid.samp.xmlrpc.internal.XmlRpcFormatException
callDoc - node whose child is an XML-RPC
         methodCall elementXmlRpcFormatException - if the document does not have the
                                   expected formCopyright © 2008–2024. All rights reserved.