Uses of Interface org.apache.xmlrpc.XmlRpcServerRequest

Uses in package org.apache.xmlrpc

Classes implementing org.apache.xmlrpc.XmlRpcServerRequest

class
Default implementation of an XML-RPC request for both client and server.

Methods with parameter type org.apache.xmlrpc.XmlRpcServerRequest

Object
XmlRpcWorker.invokeHandler(Object handler, XmlRpcServerRequest request, XmlRpcContext context)
Pass the specified request to the handler.

Methods with return type org.apache.xmlrpc.XmlRpcServerRequest

XmlRpcServerRequest
Decode a request from an InputStream to the internal XmlRpcRequest implementation.

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