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 EndpointCallbackEndpointInvocationContext. getCallback()Returns the callback object to be used for asynchronous endpoint invocations.EndpointCallbackEndpointInvocationContextImpl. getCallback()Methods in org.apache.axis2.jaxws.server with parameters of type EndpointCallback Modifier and Type Method Description voidEndpointInvocationContext. 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 EndpointCallback Modifier and Type Method Description voidEndpointDispatcher. invokeAsync(MessageContext request, EndpointCallback callback)voidJavaBeanDispatcher. invokeAsync(MessageContext request, EndpointCallback callback)abstract voidJavaDispatcher. invokeAsync(MessageContext request, EndpointCallback callback)voidProviderDispatcher. invokeAsync(MessageContext request, EndpointCallback callback)
-