Uses of Class
org.apache.axis2.jaxws.client.async.AsyncResponse
Packages that use AsyncResponse
Package
Description
-
Uses of AsyncResponse in org.apache.axis2.jaxws.client.dispatch
Subclasses of AsyncResponse in org.apache.axis2.jaxws.client.dispatchModifier and TypeClassDescriptionclassThe JAXBDispatchAsyncListener is an extension of theAsyncResponseclass to provide JAX-B specific function when processing an async response.classThe XMLDispatchAsyncListener is an extension of theAsyncResponseclass to provide proper deserialization into the target format (XML String or Source).Methods in org.apache.axis2.jaxws.client.dispatch that return AsyncResponseModifier and TypeMethodDescriptionprotected abstract AsyncResponseBaseDispatch.createAsyncResponseListener()Creates an instance of the AsyncListener that is to be used for waiting for async responses.JAXBDispatch.createAsyncResponseListener()XMLDispatch.createAsyncResponseListener() -
Uses of AsyncResponse in org.apache.axis2.jaxws.client.proxy
Subclasses of AsyncResponse in org.apache.axis2.jaxws.client.proxyModifier and TypeClassDescriptionclassProxyAsyncListener 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 AsyncResponseModifier and TypeMethodDescriptionInvocationContext.getAsyncResponseListener()InvocationContextImpl.getAsyncResponseListener()Methods in org.apache.axis2.jaxws.core with parameters of type AsyncResponseModifier and TypeMethodDescriptionvoidInvocationContext.setAsyncResponseListener(AsyncResponse al) voidInvocationContextImpl.setAsyncResponseListener(AsyncResponse ar)