Uses of Class
org.apache.axis2.jaxws.client.async.AsyncResponse
-
Packages that use AsyncResponse Package Description org.apache.axis2.jaxws.client.dispatch org.apache.axis2.jaxws.client.proxy org.apache.axis2.jaxws.core -
-
Uses of AsyncResponse in org.apache.axis2.jaxws.client.dispatch
Subclasses of AsyncResponse in org.apache.axis2.jaxws.client.dispatch Modifier and Type Class Description class
JAXBDispatchAsyncListener
The JAXBDispatchAsyncListener is an extension of theAsyncResponse
class to provide JAX-B specific function when processing an async response.class
XMLDispatchAsyncListener
The XMLDispatchAsyncListener is an extension of theAsyncResponse
class to provide proper deserialization into the target format (XML String or Source).Methods in org.apache.axis2.jaxws.client.dispatch that return AsyncResponse Modifier and Type Method Description protected abstract AsyncResponse
BaseDispatch. createAsyncResponseListener()
Creates an instance of the AsyncListener that is to be used for waiting for async responses.AsyncResponse
JAXBDispatch. createAsyncResponseListener()
AsyncResponse
XMLDispatch. createAsyncResponseListener()
-
Uses of AsyncResponse in org.apache.axis2.jaxws.client.proxy
Subclasses of AsyncResponse in org.apache.axis2.jaxws.client.proxy Modifier and Type Class Description class
ProxyAsyncListener
ProxyAsyncListener will be used to create response object when client does response.get(); The Class will return the data type associated with ResponseGeneric Class. -
Uses of AsyncResponse in org.apache.axis2.jaxws.core
Methods in org.apache.axis2.jaxws.core that return AsyncResponse Modifier and Type Method Description AsyncResponse
InvocationContext. getAsyncResponseListener()
AsyncResponse
InvocationContextImpl. getAsyncResponseListener()
Methods in org.apache.axis2.jaxws.core with parameters of type AsyncResponse Modifier and Type Method Description void
InvocationContext. setAsyncResponseListener(AsyncResponse al)
void
InvocationContextImpl. setAsyncResponseListener(AsyncResponse ar)
-