org.apache.axis2.jaxws.client.proxy
Class ProxyAsyncListener
java.lang.Object
org.apache.axis2.jaxws.client.async.AsyncResponse
org.apache.axis2.jaxws.client.proxy.ProxyAsyncListener
- All Implemented Interfaces:
- java.util.concurrent.Future, Response
public class ProxyAsyncListener
- extends AsyncResponse
ProxyAsyncListener will be used to create response object when client does response.get(); The
Class will return the data type associated with Response Generic Class. Example
Response will return a Float object to client on Response.get() call.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProxyAsyncListener
public ProxyAsyncListener(OperationDescription od)
getHandler
public JAXWSProxyHandler getHandler()
setHandler
public void setHandler(JAXWSProxyHandler handler)
setInputArgs
public void setInputArgs(java.lang.Object[] inputArgs)
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.