Uses of Interface
jakarta.xml.ws.AsyncHandler
-
Packages that use AsyncHandler Package Description jakarta.xml.ws This package contains the core Jakarta XML Web Services APIs. -
-
Uses of AsyncHandler in jakarta.xml.ws
Methods in jakarta.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.
-