Uses of Interface
com.sun.xml.ws.api.server.WSEndpoint.CompletionCallback
Packages that use WSEndpoint.CompletionCallback
Package
Description
APIs for hosting JAX-WS services.
This document describes the architecture of server side
JAX-WS 2.0.1 runtime.
-
Uses of WSEndpoint.CompletionCallback in com.sun.xml.ws.api.server
Methods in com.sun.xml.ws.api.server with parameters of type WSEndpoint.CompletionCallbackModifier and TypeMethodDescriptionvoidWSEndpoint.process(Packet request, WSEndpoint.CompletionCallback callback, FiberContextSwitchInterceptor interceptor) final voidWSEndpoint.schedule(Packet request, WSEndpoint.CompletionCallback callback) This method takes aPacketthat represents a request, run it through aTubeline, eventually pass it to the user implementation code, which produces a reply, then run that through the tubeline again, and eventually return it as a return value throughWSEndpoint.CompletionCallback.abstract voidWSEndpoint.schedule(Packet request, WSEndpoint.CompletionCallback callback, FiberContextSwitchInterceptor interceptor) Schedule invocation of web service asynchronously. -
Uses of WSEndpoint.CompletionCallback in com.sun.xml.ws.metro.api.config.management
Methods in com.sun.xml.ws.metro.api.config.management with parameters of type WSEndpoint.CompletionCallbackModifier and TypeMethodDescriptionvoidManagedEndpoint.process(Packet request, WSEndpoint.CompletionCallback callback, FiberContextSwitchInterceptor interceptor) voidManagedEndpoint.schedule(Packet request, WSEndpoint.CompletionCallback callback, FiberContextSwitchInterceptor interceptor) -
Uses of WSEndpoint.CompletionCallback in com.sun.xml.ws.server
Methods in com.sun.xml.ws.server with parameters of type WSEndpoint.CompletionCallbackModifier and TypeMethodDescriptionvoidWSEndpointImpl.process(Packet request, WSEndpoint.CompletionCallback callback, FiberContextSwitchInterceptor interceptor) voidWSEndpointImpl.schedule(Packet request, WSEndpoint.CompletionCallback callback, FiberContextSwitchInterceptor interceptor) voidWSEndpointMOMProxy.schedule(Packet request, WSEndpoint.CompletionCallback callback, FiberContextSwitchInterceptor interceptor)