Package org.apache.axis.client.async
Interface IAsyncResult
- All Known Implementing Classes:
AsyncResult
public interface IAsyncResult
Access the results of the Async call
- Author:
- Davanum Srinivas (dims@yahoo.com)
-
Method Details
-
abort
void abort()Method abort -
getStatus
Status getStatus()Method getStatus- Returns:
-
waitFor
Method waitFor- Parameters:
timeout
-- Throws:
InterruptedException
-
getResponse
Object getResponse()Method getResponse- Returns:
-
getException
Throwable getException()Method getException- Returns:
-