|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of AsyncHandler in javax.xml.ws |
|---|
| Methods in javax.xml.ws with parameters of type AsyncHandler | |
|---|---|
java.util.concurrent.Future<?> |
Dispatch.invokeAsync(T obj,
AsyncHandler<T> asynchandler)
|
| Uses of AsyncHandler in org.apache.axis2.jaxws.client.async |
|---|
| Constructors in org.apache.axis2.jaxws.client.async with parameters of type AsyncHandler | |
|---|---|
CallbackFuture(InvocationContext ic,
AsyncHandler handler)
|
|
| Uses of AsyncHandler in org.apache.axis2.jaxws.client.dispatch |
|---|
| Methods in org.apache.axis2.jaxws.client.dispatch with parameters of type AsyncHandler | |
|---|---|
java.util.concurrent.Future<?> |
BaseDispatch.invokeAsync(java.lang.Object obj,
AsyncHandler asynchandler)
|
| Uses of AsyncHandler in org.apache.axis2.jaxws.core.controller |
|---|
| Methods in org.apache.axis2.jaxws.core.controller with parameters of type AsyncHandler | |
|---|---|
java.util.concurrent.Future<?> |
InvocationController.invokeAsync(InvocationContext ic,
AsyncHandler asyncHandler)
Performs an asynchronous (non-blocking) invocation of the client based on a polling model. |
| Uses of AsyncHandler in org.apache.axis2.jaxws.core.controller.impl |
|---|
| Methods in org.apache.axis2.jaxws.core.controller.impl with parameters of type AsyncHandler | |
|---|---|
java.util.concurrent.Future<?> |
AxisInvocationController.doInvokeAsync(MessageContext request,
AsyncHandler callback)
|
abstract java.util.concurrent.Future<?> |
InvocationControllerImpl.doInvokeAsync(MessageContext mc,
AsyncHandler asyncHandler)
|
java.util.concurrent.Future<?> |
InvocationControllerImpl.invokeAsync(InvocationContext ic,
AsyncHandler asyncHandler)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||