public class MultiCall extends java.lang.Object implements ContextXmlRpcHandler
system.multicall handler performs several RPC
calls at a time.| Constructor and Description |
|---|
MultiCall() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
execute(java.lang.String method,
java.util.Vector params,
XmlRpcContext context)
Return the result, or throw an Exception if something went wrong.
|
java.util.Vector |
multicall(java.util.Vector requests,
XmlRpcContext context) |
public java.lang.Object execute(java.lang.String method,
java.util.Vector params,
XmlRpcContext context)
throws java.lang.Exception
ContextXmlRpcHandlerexecute in interface ContextXmlRpcHandlerAuthenticationFailed - If authentication fails, an
exception of this type must be thrown.java.lang.ExceptionAuthenticationFailedpublic java.util.Vector multicall(java.util.Vector requests,
XmlRpcContext context)
Copyright ? 1999-2002 Apache Software Foundation. All Rights Reserved.