Uses of Interface
org.apache.axis.client.async.IAsyncResult
-
Packages that use IAsyncResult Package Description org.apache.axis.client.async -
-
Uses of IAsyncResult in org.apache.axis.client.async
Classes in org.apache.axis.client.async that implement IAsyncResult Modifier and Type Class Description class
AsyncResult
Access the results of the Async callMethods in org.apache.axis.client.async that return IAsyncResult Modifier and Type Method Description IAsyncResult
AsyncCall. invoke(java.lang.Object[] inputParams)
Method invokeIAsyncResult
AsyncCall. invoke(QName qName, java.lang.Object[] inputParams)
Method invokeMethods in org.apache.axis.client.async with parameters of type IAsyncResult Modifier and Type Method Description void
IAsyncCallback. onCompletion(IAsyncResult event)
Method onCompletion
-