org.apache.xmlrpc
Class MultiCall

java.lang.Object
  |
  +--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.java,v 1.1 2002/10/21 13:08:50 aevers Exp $
Author:
Adam Megacz, Andrew Evers, Daniel 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
Following copied from interface: org.apache.xmlrpc.ContextXmlRpcHandler
Throws:
AuthenticationFailed - If authentication fails, an exception of this type must be thrown.
See Also:
AuthenticationFailed

multicall

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


Copyright © 1999-2002 Apache Software Foundation. All Rights Reserved.