Class ProxyAsyncListener

java.lang.Object
org.apache.axis2.jaxws.client.async.AsyncResponse
org.apache.axis2.jaxws.client.proxy.ProxyAsyncListener
All Implemented Interfaces:
jakarta.xml.ws.Response, Future

public class ProxyAsyncListener extends AsyncResponse
ProxyAsyncListener will be used to create response object when client does response.get(); The Class will return the data type associated with Response Generic Class. Example Response will return a Float object to client on Response.get() call.