org.apache.axis2.jaxws.client.dispatch
Class JAXBDispatchAsyncListener
java.lang.Object
org.apache.axis2.jaxws.client.async.AsyncResponse
org.apache.axis2.jaxws.client.dispatch.JAXBDispatchAsyncListener
- All Implemented Interfaces:
- java.util.concurrent.Future, Response
public class JAXBDispatchAsyncListener
- extends AsyncResponse
The JAXBDispatchAsyncListener is an extension of the AsyncResponse
class to provide JAX-B specific function when processing an async response.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JAXBDispatchAsyncListener
public JAXBDispatchAsyncListener(EndpointDescription ed)
setMode
public void setMode(Service.Mode m)
setJAXBContext
public void setJAXBContext(javax.xml.bind.JAXBContext jbc)
getResponseValueObject
public java.lang.Object getResponseValueObject(MessageContext mc)
- Specified by:
getResponseValueObject
in class AsyncResponse
getFaultResponse
public java.lang.Throwable getFaultResponse(MessageContext mc)
- Specified by:
getFaultResponse
in class AsyncResponse
Copyright ? 2007 Apache Web Services Project. All Rights Reserved.