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