Uses of Interface
com.sun.xml.ws.transport.http.HttpAdapter.CompletionCallback
-
Packages that use HttpAdapter.CompletionCallback Package Description com.sun.xml.ws.transport.http com.sun.xml.ws.transport.http.servlet 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.CompletionCallback Modifier and Type Field Description static HttpAdapter.CompletionCallbackHttpAdapter. NO_OP_COMPLETION_CALLBACKMethods in com.sun.xml.ws.transport.http with parameters of type HttpAdapter.CompletionCallback Modifier and Type Method Description voidHttpAdapter. 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.CompletionCallback Modifier and Type Method Description voidServletAdapter. invokeAsync(javax.servlet.ServletContext context, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, HttpAdapter.CompletionCallback callback)Version ofHttpAdapter.handle(WSHTTPConnection)that takes convenient parameters for servlet.
-