Package | Description |
---|---|
org.apache.axis2.jaxws.client.dispatch | |
org.apache.axis2.jaxws.client.proxy | |
org.apache.axis2.jaxws.core |
Modifier and Type | Class and Description |
---|---|
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). |
Modifier and Type | Method and Description |
---|---|
AsyncResponse |
XMLDispatch.createAsyncResponseListener() |
AsyncResponse |
JAXBDispatch.createAsyncResponseListener() |
protected abstract AsyncResponse |
BaseDispatch.createAsyncResponseListener()
Creates an instance of the AsyncListener that is to be used for waiting for async responses.
|
Modifier and Type | Class and 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 Response
|
Modifier and Type | Method and Description |
---|---|
AsyncResponse |
InvocationContextImpl.getAsyncResponseListener() |
AsyncResponse |
InvocationContext.getAsyncResponseListener() |
Modifier and Type | Method and Description |
---|---|
void |
InvocationContextImpl.setAsyncResponseListener(AsyncResponse ar) |
void |
InvocationContext.setAsyncResponseListener(AsyncResponse al) |
Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.