FileDocCategorySizeDatePackage
IAsyncResult.javaAPI DocApache Axis 1.41332Sat Apr 22 18:57:26 BST 2006org.apache.axis.client.async

IAsyncResult

public interface IAsyncResult
Access the results of the Async call
author
Davanum Srinivas (dims@yahoo.com)

Fields Summary
Constructors Summary
Methods Summary
public voidabort()
Method abort

public java.lang.ThrowablegetException()
Method getException

return

public java.lang.ObjectgetResponse()
Method getResponse

return

public StatusgetStatus()
Method getStatus

return

public voidwaitFor(long timeout)
Method waitFor

param
timeout
throws
InterruptedException