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
 XmlRpcTransport CommonsXmlRpcTransportFactory.createTransport()
           
 XmlRpcTransport XmlRpcTransportFactory.createTransport()
          Create a new XML-RPC transport.
protected  XmlRpcTransport XmlRpcClient.createTransport()
           
 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()
          Releases connection resources.
 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.
 void DefaultXmlRpcTransportFactory.setHTTPSTransport(java.lang.String transport, java.util.Properties properties)
           
 



Copyright 2001-2001-2005 Apache Software Foundation. All Rights Reserved.