org.apache.xmlrpc
Class MultiCall

java.lang.Object
  extended by org.apache.xmlrpc.MultiCall
All Implemented Interfaces:
ContextXmlRpcHandler

public class MultiCall
extends java.lang.Object
implements ContextXmlRpcHandler

The system.multicall handler performs several RPC calls at a time.

Since:
1.2
Version:
$Id: MultiCall.html 359531 2005-12-28 13:59:25Z jochen $
Author:
Adam Megacz, Andrew Evers, Daniel L. Rall

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

MultiCall

public MultiCall()
Method Detail

execute

public java.lang.Object execute(java.lang.String method,
                                java.util.Vector params,
                                XmlRpcContext context)
                         throws java.lang.Exception
Description copied from interface: ContextXmlRpcHandler
Return the result, or throw an Exception if something went wrong.

Specified by:
execute in interface ContextXmlRpcHandler
Throws:
AuthenticationFailed - If authentication fails, an exception of this type must be thrown.
java.lang.Exception
See Also:
AuthenticationFailed

multicall

public java.util.Vector multicall(java.util.Vector requests,
                                  XmlRpcContext context)


Copyright 2001-2001-2005 Apache Software Foundation. All Rights Reserved.