Uses of Interface
org.apache.xmlrpc.XmlRpcServerRequest

Packages that use XmlRpcServerRequest
org.apache.xmlrpc   
 

Uses of XmlRpcServerRequest in org.apache.xmlrpc
 

Classes in org.apache.xmlrpc that implement XmlRpcServerRequest
 class XmlRpcRequest
          Default implementation of an XML-RPC request for both client and server.
 

Methods in org.apache.xmlrpc that return XmlRpcServerRequest
 XmlRpcServerRequest XmlRpcRequestProcessor.decodeRequest(java.io.InputStream is)
          Decode a request from an InputStream to the internal XmlRpcRequest implementation.
 

Methods in org.apache.xmlrpc with parameters of type XmlRpcServerRequest
protected static java.lang.Object XmlRpcWorker.invokeHandler(java.lang.Object handler, XmlRpcServerRequest request, XmlRpcContext context)
          Pass the specified request to the handler.
 



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