Uses of Class
org.apache.xmlrpc.XmlRpcClientException

Packages that use XmlRpcClientException
org.apache.xmlrpc   
 

Uses of XmlRpcClientException in org.apache.xmlrpc
 

Methods in org.apache.xmlrpc that throw XmlRpcClientException
protected  void XmlWriter.chardata(java.lang.String text)
          Writes text as PCDATA.
protected  XmlRpcTransport XmlRpcClient.createTransport()
           
 XmlRpcTransport XmlRpcTransportFactory.createTransport()
          Create a new XML-RPC transport.
 XmlRpcTransport DefaultXmlRpcTransportFactory.createTransport()
           
static XmlRpcTransportFactory DefaultXmlRpcTransportFactory.createTransportFactory(java.lang.String transport, java.util.Properties properties)
           
protected  XmlRpcException XmlRpcClientResponseProcessor.decodeException(java.lang.Object result)
          Decode an exception from the result returned from the remote server.
 java.lang.Object XmlRpcClientResponseProcessor.decodeResponse(java.io.InputStream is)
          Decode an XML-RPC response from the specified InputStream.
 void XmlRpcClientRequestProcessor.encodeRequest(XmlRpcClientRequest request, java.lang.String encoding, java.io.OutputStream out)
          Encode a request from the XmlClientRpcRequest implementation to an output stream in the specified character encoding.
 byte[] XmlRpcClientRequestProcessor.encodeRequestBytes(XmlRpcClientRequest request, java.lang.String encoding)
          Encode a request from the XmlRpcClientRequest implementation to a byte array representing the XML-RPC call, in the specified character encoding.
 void DefaultXmlRpcTransport.endClientRequest()
           
 void CommonsXmlRpcTransport.endClientRequest()
           
 void XmlRpcTransport.endClientRequest()
          End an XML-RPC request.
 java.lang.Object XmlRpcClientWorker.execute(XmlRpcClientRequest xmlRpcRequest, XmlRpcTransport transport)
           
 java.io.InputStream CommonsXmlRpcTransport.sendXmlRpc(byte[] request)
           
 java.io.InputStream XmlRpcTransport.sendXmlRpc(byte[] request)
          Send an XML-RPC message.
static void DefaultXmlRpcTransportFactory.setHTTPSTransport(java.lang.String transport, java.util.Properties properties)
           
 void XmlWriter.writeObject(java.lang.Object obj)
          Writes the XML representation of a supported Java object type.
 



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