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
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.
-
Constructor Summary
ConstructorsConstructorDescriptionProxyAsyncListener(org.apache.axis2.jaxws.description.OperationDescription od) -
Method Summary
Modifier and TypeMethodDescriptionvoidsetHandler(JAXWSProxyHandler handler) voidsetInputArgs(Object[] inputArgs) Methods inherited from class org.apache.axis2.jaxws.client.async.AsyncResponse
cancel, get, get, getContext, isCancelled, isDone, onComplete, onComplete, onError, onError
-
Constructor Details
-
ProxyAsyncListener
public ProxyAsyncListener(org.apache.axis2.jaxws.description.OperationDescription od)
-
-
Method Details
-
getHandler
-
setHandler
-
setInputArgs
-
getResponseValueObject
- Specified by:
getResponseValueObjectin classAsyncResponse
-
getFaultResponse
- Specified by:
getFaultResponsein classAsyncResponse
-