Class JAXBDispatchAsyncListener
java.lang.Object
org.apache.axis2.jaxws.client.async.AsyncResponse
org.apache.axis2.jaxws.client.dispatch.JAXBDispatchAsyncListener
- All Implemented Interfaces:
jakarta.xml.ws.Response,Future
The JAXBDispatchAsyncListener is an extension of the
AsyncResponse
class to provide JAX-B specific function when processing an async response.-
Constructor Summary
ConstructorsConstructorDescriptionJAXBDispatchAsyncListener(org.apache.axis2.jaxws.description.EndpointDescription ed) -
Method Summary
Modifier and TypeMethodDescriptionvoidsetJAXBContext(jakarta.xml.bind.JAXBContext jbc) voidsetMode(jakarta.xml.ws.Service.Mode m) Methods inherited from class org.apache.axis2.jaxws.client.async.AsyncResponse
cancel, get, get, getContext, isCancelled, isDone, onComplete, onComplete, onError, onError
-
Constructor Details
-
JAXBDispatchAsyncListener
public JAXBDispatchAsyncListener(org.apache.axis2.jaxws.description.EndpointDescription ed)
-
-
Method Details
-
setMode
public void setMode(jakarta.xml.ws.Service.Mode m) -
setJAXBContext
public void setJAXBContext(jakarta.xml.bind.JAXBContext jbc) -
getResponseValueObject
- Specified by:
getResponseValueObjectin classAsyncResponse
-
getFaultResponse
- Specified by:
getFaultResponsein classAsyncResponse
-