| Package | Description |
|---|---|
| org.apache.xmlrpc | |
| org.apache.xmlrpc.common | |
| org.apache.xmlrpc.serializer |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
XmlRpcHandler.execute(XmlRpcRequest pRequest)
Performs the request and returns the result object.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
XmlRpcWorker.execute(XmlRpcRequest pRequest)
Performs a synchronous request.
|
java.lang.Object |
XmlRpcRequestProcessor.execute(XmlRpcRequest pRequest)
Processes the given request and returns a
result object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
XmlRpcWriter.write(XmlRpcRequest pRequest)
Writes a clients request to the output stream.
|