| Frames | No Frames |
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 | Pass the specified request to the handler. |
Methods with return type org.apache.xmlrpc.XmlRpcServerRequest | |
| XmlRpcServerRequest | XmlRpcRequestProcessor.decodeRequest(InputStream is) Decode a request from an InputStream to the internal XmlRpcRequest
implementation. |