public class Call extends Object
| Constructor and Description |
|---|
Call(String method)
Create a new method call with the given name and no parameters.
|
Call(String method,
Object[] params)
Create a new method call with the given name and parameters.
|
public Call(String method)
method - The method to be called.public String getXML(boolean debugMode) throws XMLRPCException
XMLRPCException - Will be thrown whenever the xml representation cannot
be build without errors.XMLRPCClientCopyright © 2016. All rights reserved.