|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| 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. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||