Package | Description |
---|---|
org.apache.xmlrpc |
Modifier and Type | Class and Description |
---|---|
class |
XmlRpcClientException
This is thrown by many of the client classes if an error occured processing
and XML-RPC request or response due to client side processing.
|
Modifier and Type | Method and Description |
---|---|
protected XmlRpcException |
XmlRpcClientResponseProcessor.decodeException(java.lang.Object result)
Decode an exception from the result returned from the remote server.
|
Modifier and Type | Method and Description |
---|---|
protected void |
XmlWriter.chardata(java.lang.String text)
Writes text as
PCDATA . |
byte[] |
XmlRpcResponseProcessor.encodeResponse(java.lang.Object responseParam,
java.lang.String encoding)
Process a successful response, and return output in the
specified encoding.
|
java.lang.Object |
XmlRpcClient.execute(java.lang.String method,
java.util.Vector params)
Generate an XML-RPC request and send it to the server.
|
java.lang.Object |
XmlRpcClient.execute(XmlRpcClientRequest request) |
java.lang.Object |
XmlRpcClientWorker.execute(XmlRpcClientRequest xmlRpcRequest,
XmlRpcTransport transport) |
java.lang.Object |
XmlRpcClient.execute(XmlRpcClientRequest request,
XmlRpcTransport transport) |
(package private) void |
XmlRpcResponseProcessor.writeError(int code,
java.lang.String message,
XmlWriter writer)
Writes an XML-RPC error response to the XML writer.
|
void |
XmlWriter.writeObject(java.lang.Object obj)
Writes the XML representation of a supported Java object type.
|
(package private) void |
XmlRpcResponseProcessor.writeResponse(java.lang.Object param,
XmlWriter writer)
Writes an XML-RPC response to the XML writer.
|
Copyright ? 1999-2002 Apache Software Foundation. All Rights Reserved.