Package | Description |
---|---|
org.apache.xmlrpc |
Modifier and Type | Class and Description |
---|---|
class |
XmlRpcRequest
Default implementation of an XML-RPC request for both client and server.
|
Modifier and Type | Method and Description |
---|---|
XmlRpcServerRequest |
XmlRpcRequestProcessor.decodeRequest(java.io.InputStream is)
Decode a request from an InputStream to the internal XmlRpcRequest
implementation.
|
Modifier and Type | Method and Description |
---|---|
protected static java.lang.Object |
XmlRpcWorker.invokeHandler(java.lang.Object handler,
XmlRpcServerRequest request,
XmlRpcContext context)
Pass the specified request to the handler.
|
Copyright ? 1999-2002 Apache Software Foundation. All Rights Reserved.