abstractpublic class AsyncResponse implements Response(Code)
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.