org.apache.xmlrpc.client
public interface AsyncCallback
Since: 3.0
Method Summary | |
---|---|
void | handleError(XmlRpcRequest pRequest, Throwable pError) Something went wrong, handle error. |
void | handleResult(XmlRpcRequest pRequest, Object pResult) Call went ok, handle result. |
Parameters: pRequest The request being performed. pError The error being thrown.
Parameters: pRequest The request being performed. pResult The result object, which was returned by the server.