Uses of Interface
javax.xml.ws.AsyncHandler
-
Packages that use AsyncHandler Package Description javax.xml.ws This package contains the core Jakarta XML Web Services APIs. -
-
Uses of AsyncHandler in javax.xml.ws
Methods in javax.xml.ws with parameters of type AsyncHandler Modifier and Type Method Description Future<?>
Dispatch. invokeAsync(T msg, AsyncHandler<T> handler)
Invoke a service operation asynchronously.
-