Uses of Interface
org.apache.axis.client.async.IAsyncCallback
-
Packages that use IAsyncCallback Package Description org.apache.axis.client.async -
-
Uses of IAsyncCallback in org.apache.axis.client.async
Methods in org.apache.axis.client.async that return IAsyncCallback Modifier and Type Method Description IAsyncCallback
AsyncCall. getCallback()
Method getCallbackMethods in org.apache.axis.client.async with parameters of type IAsyncCallback Modifier and Type Method Description void
AsyncCall. setCallback(IAsyncCallback callback)
Method setCallbackConstructors in org.apache.axis.client.async with parameters of type IAsyncCallback Constructor Description AsyncCall(Call call, IAsyncCallback callback)
Constructor AsyncCall
-