org.apache.xmlrpc

Class MultiCall

Implemented Interfaces:
ContextXmlRpcHandler

public class MultiCall
extends java.lang.Object
implements ContextXmlRpcHandler

The system.multicall handler performs several RPC calls at a time.
Version:
$Id: MultiCall.java 233919 2005-04-22 10:26:17Z hgomez $
Authors:
Adam Megacz
Andrew Evers
Daniel L. Rall
Since:
1.2

Method Summary

Object
execute(String method, Vector params, XmlRpcContext context)
Return the result, or throw an Exception if something went wrong.
Vector
multicall(Vector requests, XmlRpcContext context)

Method Details

execute

public Object execute(String method,
                      Vector params,
                      XmlRpcContext context)
            throws Exception
Return the result, or throw an Exception if something went wrong.
Specified by:
execute in interface ContextXmlRpcHandler

multicall

public Vector multicall(Vector requests,
                        XmlRpcContext context)

Copyright B) 1999-2002 Apache Software Foundation. All Rights Reserved.