List of usage examples for javax.xml.ws Response interface-usage
From source file org.apache.axis2.jaxws.client.async.AsyncResponse.java
/**
* The AsyncResponse class is used to collect the response information from Axis2 and deliver it to
* a JAX-WS client. AsyncResponse implements the <link>javax.xml.ws.Response</link> API that is
* defined in the JAX-WS 2.0 specification. The <code>Response</code> object will contain both the
* object that is returned as the response along with a <link>java.util.Map</link> with the context
* information of the response.