Class AsyncResponse

  • All Implemented Interfaces:
    Future, Response
    Direct Known Subclasses:
    JAXBDispatchAsyncListener, ProxyAsyncListener, XMLDispatchAsyncListener

    public abstract class AsyncResponse
    extends Object
    implements Response
    The AsyncResponse class is used to collect the response information from Axis2 and deliver it to a JAX-WS client. AsyncResponse implements the javax.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.