Uses of Interface
com.sun.xml.ws.transport.http.HttpAdapter.CompletionCallback
Packages that use HttpAdapter.CompletionCallback
Package
Description
Servlet transport for the JAX-WS RI.
-
Uses of HttpAdapter.CompletionCallback in com.sun.xml.ws.transport.http
Fields in com.sun.xml.ws.transport.http declared as HttpAdapter.CompletionCallbackModifier and TypeFieldDescriptionstatic final HttpAdapter.CompletionCallbackHttpAdapter.NO_OP_COMPLETION_CALLBACKMethods in com.sun.xml.ws.transport.http with parameters of type HttpAdapter.CompletionCallbackModifier and TypeMethodDescriptionvoidHttpAdapter.invokeAsync(WSHTTPConnection con, HttpAdapter.CompletionCallback callback) -
Uses of HttpAdapter.CompletionCallback in com.sun.xml.ws.transport.http.servlet
Methods in com.sun.xml.ws.transport.http.servlet with parameters of type HttpAdapter.CompletionCallbackModifier and TypeMethodDescriptionvoidServletAdapter.invokeAsync(jakarta.servlet.ServletContext context, jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, HttpAdapter.CompletionCallback callback) Version ofHttpAdapter.handle(WSHTTPConnection)that takes convenient parameters for servlet.