Frames | No Frames |
Classes derived from org.apache.xmlrpc.XmlRpcException | |
class | 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. |
Methods with return type org.apache.xmlrpc.XmlRpcException | |
XmlRpcException | XmlRpcClientResponseProcessor.decodeException(Object result) Decode an exception from the result returned from the remote server. |
Methods which throw type org.apache.xmlrpc.XmlRpcException | |
void | Writes text as PCDATA . |
byte[] | XmlRpcResponseProcessor.encodeResponse(Object responseParam, String encoding) Process a successful response, and return output in the
specified encoding. |
Object | XmlRpcClient.execute(String method, Vector params) Generate an XML-RPC request and send it to the server. |
Object | |
Object | |
Object | |
void | Writes an XML-RPC error response to the XML writer. |
void | XmlWriter.writeObject(Object obj) Writes the XML representation of a supported Java object type. |
void | Writes an XML-RPC response to the XML writer. |