Package | Description |
---|---|
jakarta.xml.ws |
This package contains the core Jakarta XML Web Services APIs.
|
Modifier and Type | Method and Description |
---|---|
Response<T> |
Dispatch.invokeAsync(T msg)
Invoke a service operation asynchronously.
|
Modifier and Type | Method and Description |
---|---|
void |
AsyncHandler.handleResponse(Response<T> res)
Called when the response to an asynchronous operation is available.
|
Copyright © 2018,2020 Eclipse Foundation.
Use is subject to license terms.