|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--org.apache.xmlrpc.MultiCall
The system.multicall handler performs several RPC
calls at a time.
| Constructor Summary | |
MultiCall()
|
|
| Method Summary | |
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)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public MultiCall()
| Method Detail |
public java.lang.Object execute(java.lang.String method,
java.util.Vector params,
XmlRpcContext context)
throws java.lang.Exception
ContextXmlRpcHandlerexecute in interface ContextXmlRpcHandlerorg.apache.xmlrpc.ContextXmlRpcHandlerAuthenticationFailed - If authentication fails, an
exception of this type must be thrown.AuthenticationFailed
public java.util.Vector multicall(java.util.Vector requests,
XmlRpcContext context)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||