Uses of Class
org.apache.xmlrpc.client.XmlRpcClientException
-
Packages that use XmlRpcClientException Package Description org.apache.xmlrpc.client -
-
Uses of XmlRpcClientException in org.apache.xmlrpc.client
Methods in org.apache.xmlrpc.client that throw XmlRpcClientException Modifier and Type Method Description protected voidXmlRpcCommonsTransport. close()protected voidXmlRpcLiteHttpTransport. close()protected voidXmlRpcLocalStreamTransport. close()protected abstract voidXmlRpcStreamTransport. close()Closes the connection and ensures, that all resources are being released.protected voidXmlRpcSunHttpTransport. close()protected voidXmlRpcCommonsTransport. initHttpHeaders(XmlRpcRequest pRequest)protected voidXmlRpcHttpTransport. initHttpHeaders(XmlRpcRequest pRequest)protected voidXmlRpcSun15HttpTransport. initHttpHeaders(XmlRpcRequest pRequest)protected voidXmlRpcCommonsTransport. setCredentials(XmlRpcHttpClientConfig pConfig)protected voidXmlRpcHttpTransport. setCredentials(XmlRpcHttpClientConfig pConfig)
-