Uses of Class org.apache.xmlrpc.XmlRpcClientException

Uses in package org.apache.xmlrpc

Methods which throw type org.apache.xmlrpc.XmlRpcClientException

XmlRpcTransport
XmlRpcTransport
XmlRpcTransport
XmlRpcTransport
Create a new XML-RPC transport.
XmlRpcTransportFactory
DefaultXmlRpcTransportFactory.createTransportFactory(String transport, Properties properties)
XmlRpcException
Decode an exception from the result returned from the remote server.
Object
Decode an XML-RPC response from the specified InputStream.
void
XmlRpcClientRequestProcessor.encodeRequest(XmlRpcClientRequest request, String encoding, OutputStream out)
Encode a request from the XmlClientRpcRequest implementation to an output stream in the specified character encoding.
byte[]
Encode a request from the XmlRpcClientRequest implementation to a byte array representing the XML-RPC call, in the specified character encoding.
void
Releases connection resources.
void
End an XML-RPC request.
void
End an XML-RPC request.
Object
InputStream
Send an XML-RPC message.
InputStream
XmlRpcTransport.sendXmlRpc(byte[] request)
Send an XML-RPC message.
void
DefaultXmlRpcTransportFactory.setHTTPSTransport(String transport, Properties properties)

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