Uses of Class
org.apache.axis2.jaxws.server.EndpointCallback
Packages that use EndpointCallback
-
Uses of EndpointCallback in org.apache.axis2.jaxws.server
Methods in org.apache.axis2.jaxws.server that return EndpointCallbackModifier and TypeMethodDescriptionEndpointInvocationContext.getCallback()Returns the callback object to be used for asynchronous endpoint invocations.EndpointInvocationContextImpl.getCallback()Methods in org.apache.axis2.jaxws.server with parameters of type EndpointCallbackModifier and TypeMethodDescriptionvoidEndpointInvocationContext.setCallback(EndpointCallback cb) Sets the callback object to be used for asynchronous endpoint invocations.voidEndpointInvocationContextImpl.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 EndpointCallbackModifier and TypeMethodDescriptionvoidEndpointDispatcher.invokeAsync(MessageContext request, EndpointCallback callback) voidJavaBeanDispatcher.invokeAsync(MessageContext request, EndpointCallback callback) abstract voidJavaDispatcher.invokeAsync(MessageContext request, EndpointCallback callback) voidProviderDispatcher.invokeAsync(MessageContext request, EndpointCallback callback)