Uses of Class org.apache.xmlrpc.XmlRpcException

Uses in package org.apache.xmlrpc

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
Decode an exception from the result returned from the remote server.

Methods which throw type org.apache.xmlrpc.XmlRpcException

void
XmlWriter.chardata(String text)
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
XmlRpcResponseProcessor.writeError(int code, String message, XmlWriter writer)
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.

Copyright B) 1999-2002 Apache Software Foundation. All Rights Reserved.