public interface XMLRPCInvoker
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
invokeMethod(java.lang.String procedureName,
java.util.List args)
Invoke an XMLRPC method
|
java.lang.Object invokeMethod(java.lang.String procedureName,
java.util.List args)
throws redstone.xmlrpc.XmlRpcFault
procedureName - to invokeargs - to pass to method.redstone.xmlrpc.XmlRpcFault - if expected error occurs