public interface XmlRpc
Modifier and Type | Method and Description |
---|---|
Fault |
createFault(int code,
String description) |
Success |
createSuccess(String description) |
Response |
executeMethod(String url,
String methodName,
Object[] arguments) |
Fault createFault(int code, String description)
Success createSuccess(String description)
Response executeMethod(String url, String methodName, Object[] arguments) throws XmlRpcException
XmlRpcException