Uses of Class
org.apache.axis2.jaxws.server.EndpointCallback
-
Packages that use EndpointCallback Package Description org.apache.axis2.jaxws.server org.apache.axis2.jaxws.server.dispatcher -
-
Uses of EndpointCallback in org.apache.axis2.jaxws.server
Methods in org.apache.axis2.jaxws.server that return EndpointCallback Modifier and Type Method Description EndpointCallback
EndpointInvocationContext. getCallback()
Returns the callback object to be used for asynchronous endpoint invocations.EndpointCallback
EndpointInvocationContextImpl. getCallback()
Methods in org.apache.axis2.jaxws.server with parameters of type EndpointCallback Modifier and Type Method Description void
EndpointInvocationContext. setCallback(EndpointCallback cb)
Sets the callback object to be used for asynchronous endpoint invocations.void
EndpointInvocationContextImpl. setCallback(EndpointCallback cb)
-
Uses of EndpointCallback in org.apache.axis2.jaxws.server.dispatcher
Methods in org.apache.axis2.jaxws.server.dispatcher with parameters of type EndpointCallback Modifier and Type Method Description void
EndpointDispatcher. invokeAsync(MessageContext request, EndpointCallback callback)
void
JavaBeanDispatcher. invokeAsync(MessageContext request, EndpointCallback callback)
abstract void
JavaDispatcher. invokeAsync(MessageContext request, EndpointCallback callback)
void
ProviderDispatcher. invokeAsync(MessageContext request, EndpointCallback callback)
-