Uses of Class
com.sun.xml.ws.transport.http.WSHTTPConnection
-
Packages that use WSHTTPConnection Package Description com.sun.xml.ws.transport.http com.sun.xml.ws.transport.http.servlet Servlet transport for the JAX-WS RI. -
-
Uses of WSHTTPConnection in com.sun.xml.ws.transport.http
Methods in com.sun.xml.ws.transport.http with parameters of type WSHTTPConnection Modifier and Type Method Description voidHttpAdapter. handle(WSHTTPConnection connection)Receives the incoming HTTP connection and dispatches it to JAX-WS.booleanHttpAdapter. handleGet(WSHTTPConnection connection)abstract booleanHttpMetadataPublisher. handleMetadataRequest(HttpAdapter adapter, WSHTTPConnection connection)WhenHttpAdapterreceives a GET request with a query string (which is a convention for metadata requests, such as '?wsdl' or '?xsd=...'), then this method is invoked to allow components to intercept the request.voidHttpAdapter. invokeAsync(WSHTTPConnection con)voidHttpAdapter. invokeAsync(WSHTTPConnection con, HttpAdapter.CompletionCallback callback)voidHttpAdapter. publishWSDL(WSHTTPConnection con)Sends out the WSDL (and other referenced documents) in response to the GET requests to URLs like "?wsdl" or "?xsd=2". -
Uses of WSHTTPConnection in com.sun.xml.ws.transport.http.servlet
Subclasses of WSHTTPConnection in com.sun.xml.ws.transport.http.servlet Modifier and Type Class Description classServletConnectionImplWSHTTPConnectionimplemented forHttpServlet.Methods in com.sun.xml.ws.transport.http.servlet that return WSHTTPConnection Modifier and Type Method Description protected WSHTTPConnectionServletAdapter. createConnection(javax.servlet.ServletContext context, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
-