Uses of Interface org.apache.xmlrpc.XmlRpcContext

Uses in package org.apache.xmlrpc

Classes implementing org.apache.xmlrpc.XmlRpcContext

class
A basic context object that stores the userName, password and handler mapping.

Methods with parameter type org.apache.xmlrpc.XmlRpcContext

byte[]
XmlRpcServer.execute(InputStream is, XmlRpcContext context)
Parse the request and execute the handler method, if one is found.
byte[]
XmlRpcWorker.execute(InputStream is, XmlRpcContext context)
Decode, process and encode the response or exception for an XML-RPC request.
Object
ContextXmlRpcHandler.execute(String method, Vector params, XmlRpcContext context)
Return the result, or throw an Exception if something went wrong.
Object
MultiCall.execute(String method, Vector params, XmlRpcContext context)
Return the result, or throw an Exception if something went wrong.
Object
SystemHandler.execute(String method, Vector params, XmlRpcContext context)
Execute a <ignored>.<name> call by calling the handler for <name> in the the system handler mapping.
Object
XmlRpcWorker.invokeHandler(Object handler, XmlRpcServerRequest request, XmlRpcContext context)
Pass the specified request to the handler.
Vector
MultiCall.multicall(Vector requests, XmlRpcContext context)

Methods with return type org.apache.xmlrpc.XmlRpcContext

XmlRpcContext
XmlRpcWorker.defaultContext(String user, String password)
Factory method to return a default context object for the execute() method.

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