Class AsyncResponse

java.lang.Object
org.apache.axis2.jaxws.client.async.AsyncResponse
All Implemented Interfaces:
jakarta.xml.ws.Response, Future
Direct Known Subclasses:
JAXBDispatchAsyncListener, ProxyAsyncListener, XMLDispatchAsyncListener

public abstract class AsyncResponse extends Object implements jakarta.xml.ws.Response
The AsyncResponse class is used to collect the response information from Axis2 and deliver it to a JAX-WS client. AsyncResponse implements the jakarta.xml.ws.Response API that is defined in the JAX-WS 2.0 specification. The Response object will contain both the object that is returned as the response along with a java.util.Map with the context information of the response.