org.apache.xmlrpc

Interface AsyncCallback

public interface AsyncCallback

A callback interface for an asynchronous XML-RPC call.

Version: $Id: AsyncCallback.java 233919 2005-04-22 10:26:17Z hgomez $

Author: Hannes Wallnoefer

Method Summary
voidhandleError(Exception exception, URL url, String method)
Something went wrong, handle error.
voidhandleResult(Object result, URL url, String method)
Call went ok, handle result.

Method Detail

handleError

public void handleError(Exception exception, URL url, String method)
Something went wrong, handle error.

handleResult

public void handleResult(Object result, URL url, String method)
Call went ok, handle result.
Copyright B) 1999-2002 Apache Software Foundation. All Rights Reserved.