|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.axis2.jaxws.client.async.AsyncResponse
org.apache.axis2.jaxws.client.dispatch.JAXBDispatchAsyncListener
public class JAXBDispatchAsyncListener
The JAXBDispatchAsyncListener is an extension of the AsyncResponse
class to provide JAX-B specific function when processing an async response.
Constructor Summary | |
---|---|
JAXBDispatchAsyncListener(EndpointDescription ed)
|
Method Summary | |
---|---|
java.lang.Throwable |
getFaultResponse(MessageContext mc)
|
java.lang.Object |
getResponseValueObject(MessageContext mc)
|
void |
setJAXBContext(JAXBContext jbc)
|
void |
setMode(Service.Mode m)
|
Methods inherited from class org.apache.axis2.jaxws.client.async.AsyncResponse |
---|
cancel, get, get, getContext, isCancelled, isDone, onComplete, onComplete, onError, onError |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JAXBDispatchAsyncListener(EndpointDescription ed)
Method Detail |
---|
public void setMode(Service.Mode m)
public void setJAXBContext(JAXBContext jbc)
public java.lang.Object getResponseValueObject(MessageContext mc)
getResponseValueObject
in class AsyncResponse
public java.lang.Throwable getFaultResponse(MessageContext mc)
getFaultResponse
in class AsyncResponse
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |