|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Response in javax.xml.ws |
---|
Methods in javax.xml.ws that return Response | |
---|---|
Response<T> |
Dispatch.invokeAsync(T obj)
|
Methods in javax.xml.ws with parameters of type Response | |
---|---|
void |
AsyncHandler.handleResponse(Response<T> response)
|
Uses of Response in org.apache.axis2.jaxws.client.async |
---|
Classes in org.apache.axis2.jaxws.client.async that implement Response | |
---|---|
class |
AsyncResponse
The AsyncResponse class is used to collect the response information from Axis2 and deliver it to a JAX-WS client. |
Uses of Response in org.apache.axis2.jaxws.client.dispatch |
---|
Classes in org.apache.axis2.jaxws.client.dispatch that implement Response | |
---|---|
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 Response | |
---|---|
Response |
BaseDispatch.invokeAsync(java.lang.Object obj)
|
Uses of Response in org.apache.axis2.jaxws.client.proxy |
---|
Classes in org.apache.axis2.jaxws.client.proxy that implement Response | |
---|---|
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 Response in org.apache.axis2.jaxws.core.controller |
---|
Methods in org.apache.axis2.jaxws.core.controller that return Response | |
---|---|
Response |
InvocationController.invokeAsync(InvocationContext ic)
Performs an asynchronous (non-blocking) invocation of the client based on a callback model. |
Uses of Response in org.apache.axis2.jaxws.core.controller.impl |
---|
Methods in org.apache.axis2.jaxws.core.controller.impl that return Response | |
---|---|
Response |
AxisInvocationController.doInvokeAsync(MessageContext request)
|
abstract Response |
InvocationControllerImpl.doInvokeAsync(MessageContext mc)
|
Response |
InvocationControllerImpl.invokeAsync(InvocationContext ic)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |