| Frames | No Frames |
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 | XmlRpcClientResponseProcessor.decodeException(Object result) Decode an exception from the result returned from the remote server. |
| Object | XmlRpcClientResponseProcessor.decodeResponse(InputStream is) 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 | CommonsXmlRpcTransport.sendXmlRpc(byte[] request) Send an XML-RPC message. |
| InputStream | XmlRpcTransport.sendXmlRpc(byte[] request) Send an XML-RPC message. |
| void | DefaultXmlRpcTransportFactory.setHTTPSTransport(String transport, Properties properties) |