Uses of Interface
jakarta.xml.ws.Response
-
Packages that use Response Package Description jakarta.xml.ws This package contains the core Jakarta XML Web Services APIs. -
-
Uses of Response in jakarta.xml.ws
Methods in jakarta.xml.ws that return Response Modifier and Type Method Description Response<T>
Dispatch. invokeAsync(T msg)
Invoke a service operation asynchronously.Methods in jakarta.xml.ws with parameters of type Response Modifier and Type Method Description void
AsyncHandler. handleResponse(Response<T> res)
Called when the response to an asynchronous operation is available.
-