org.apache.axis2.jaxws.client.dispatch
Class XMLDispatchAsyncListener
java.lang.Object
org.apache.axis2.jaxws.client.async.AsyncResponse
org.apache.axis2.jaxws.client.dispatch.XMLDispatchAsyncListener
- All Implemented Interfaces:
- java.util.concurrent.Future, Response
public class XMLDispatchAsyncListener
- extends AsyncResponse
The XMLDispatchAsyncListener is an extension of the AsyncResponse
class to provide proper deserialization into the target format (XML String or Source).
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XMLDispatchAsyncListener
public XMLDispatchAsyncListener(EndpointDescription ed)
setMode
public void setMode(Service.Mode m)
setType
public void setType(java.lang.Class t)
setBlockFactoryType
public void setBlockFactoryType(java.lang.Class t)
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.