| 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use XmlRpcContext | |
| org.apache.xmlrpc | |
| Uses of XmlRpcContext in org.apache.xmlrpc | 
| Classes in org.apache.xmlrpc that implement XmlRpcContext | |
 class | 
DefaultXmlRpcContext
A basic context object that stores the userName, password and handler mapping.  | 
| Methods in org.apache.xmlrpc that return XmlRpcContext | |
protected  XmlRpcContext | 
XmlRpcWorker.defaultContext(java.lang.String user,
               java.lang.String password)
Factory method to return a default context object for the execute() method.  | 
| Methods in org.apache.xmlrpc with parameters of type XmlRpcContext | |
 byte[] | 
XmlRpcServer.execute(java.io.InputStream is,
        XmlRpcContext context)
Parse the request and execute the handler method, if one is found.  | 
 java.lang.Object | 
MultiCall.execute(java.lang.String method,
        java.util.Vector params,
        XmlRpcContext context)
 | 
 java.util.Vector | 
MultiCall.multicall(java.util.Vector requests,
          XmlRpcContext context)
 | 
 java.lang.Object | 
SystemHandler.execute(java.lang.String method,
        java.util.Vector params,
        XmlRpcContext context)
Execute a <ignored>.<name> call by calling the handler for <name> in the the system handler mapping.  | 
 java.lang.Object | 
ContextXmlRpcHandler.execute(java.lang.String method,
        java.util.Vector params,
        XmlRpcContext context)
Return the result, or throw an Exception if something went wrong.  | 
protected static java.lang.Object | 
XmlRpcWorker.invokeHandler(java.lang.Object handler,
              XmlRpcRequest request,
              XmlRpcContext context)
Pass the specified request to the handler.  | 
 byte[] | 
XmlRpcWorker.execute(java.io.InputStream is,
        XmlRpcContext context)
Decode, process and encode the response or exception for an XML-RPC request.  | 
  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||