Uses of Class
org.apache.xmlrpc.XmlRpcException

Packages that use XmlRpcException
org.apache.xmlrpc   
 

Uses of XmlRpcException in org.apache.xmlrpc
 

Subclasses of XmlRpcException in org.apache.xmlrpc
 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.
 

Methods in org.apache.xmlrpc that return XmlRpcException
protected  XmlRpcException XmlRpcClientResponseProcessor.decodeException(java.lang.Object result)
          Decode an exception from the result returned from the remote server.
 

Methods in org.apache.xmlrpc that throw XmlRpcException
 java.lang.Object XmlRpcClientWorker.execute(XmlRpcClientRequest xmlRpcRequest, XmlRpcTransport transport)
           
 void XmlWriter.writeObject(java.lang.Object obj)
          Writes the XML representation of a supported Java object type.
protected  void XmlWriter.chardata(java.lang.String text)
          Writes text as PCDATA.
 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 XmlRpcClient.execute(XmlRpcClientRequest request, XmlRpcTransport transport)
           
 byte[] XmlRpcResponseProcessor.encodeResponse(java.lang.Object responseParam, java.lang.String encoding)
          Process a successful response, and return output in the specified encoding.
(package private)  void XmlRpcResponseProcessor.writeResponse(java.lang.Object param, XmlWriter writer)
          Writes an XML-RPC response to the XML writer.
(package private)  void XmlRpcResponseProcessor.writeError(int code, java.lang.String message, XmlWriter writer)
          Writes an XML-RPC error response to the XML writer.
 



Copyright ? 1999-2002 Apache Software Foundation. All Rights Reserved.