Uses of Class
org.apache.xmlrpc.client.XmlRpcHttpTransportException
-
Packages that use XmlRpcHttpTransportException Package Description org.apache.xmlrpc.client -
-
Uses of XmlRpcHttpTransportException in org.apache.xmlrpc.client
Methods in org.apache.xmlrpc.client that throw XmlRpcHttpTransportException Modifier and Type Method Description private voidXmlRpcCommonsTransport. checkStatus(org.apache.commons.httpclient.HttpMethod pMethod)Check the status of the HTTP request and throw an XmlRpcHttpTransportException if it indicates that there is an error.
-