Package | Description |
---|---|
org.apache.axis2.jaxws.server | |
org.apache.axis2.jaxws.server.dispatcher |
Modifier and Type | Method and Description |
---|---|
EndpointCallback |
EndpointInvocationContextImpl.getCallback() |
EndpointCallback |
EndpointInvocationContext.getCallback()
Returns the callback object to be used for asynchronous
endpoint invocations.
|
Modifier and Type | Method and Description |
---|---|
void |
EndpointInvocationContextImpl.setCallback(EndpointCallback cb) |
void |
EndpointInvocationContext.setCallback(EndpointCallback cb)
Sets the callback object to be used for asynchronous
endpoint invocations.
|
Modifier and Type | Method and Description |
---|---|
void |
ProviderDispatcher.invokeAsync(MessageContext request,
EndpointCallback callback) |
abstract void |
JavaDispatcher.invokeAsync(MessageContext request,
EndpointCallback callback) |
void |
JavaBeanDispatcher.invokeAsync(MessageContext request,
EndpointCallback callback) |
void |
EndpointDispatcher.invokeAsync(MessageContext request,
EndpointCallback callback) |
Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.