Class XMLDispatchAsyncListener
java.lang.Object
org.apache.axis2.jaxws.client.async.AsyncResponse
org.apache.axis2.jaxws.client.dispatch.XMLDispatchAsyncListener
- All Implemented Interfaces:
jakarta.xml.ws.Response,Future
The XMLDispatchAsyncListener is an extension of the
AsyncResponse
class to provide proper deserialization into the target format (XML String or Source).-
Constructor Summary
ConstructorsConstructorDescriptionXMLDispatchAsyncListener(org.apache.axis2.jaxws.description.EndpointDescription ed) -
Method Summary
Methods inherited from class org.apache.axis2.jaxws.client.async.AsyncResponse
cancel, get, get, getContext, isCancelled, isDone, onComplete, onComplete, onError, onError
-
Constructor Details
-
XMLDispatchAsyncListener
public XMLDispatchAsyncListener(org.apache.axis2.jaxws.description.EndpointDescription ed)
-
-
Method Details
-
setMode
public void setMode(jakarta.xml.ws.Service.Mode m) -
setType
-
setBlockFactoryType
-
getResponseValueObject
- Specified by:
getResponseValueObjectin classAsyncResponse
-
getFaultResponse
- Specified by:
getFaultResponsein classAsyncResponse
-