Package | Description |
---|---|
com.sun.xml.ws.transport.http | |
com.sun.xml.ws.transport.http.servlet |
Servlet transport for the JAX-WS RI.
|
Modifier and Type | Method and Description |
---|---|
void |
HttpAdapter.handle(WSHTTPConnection connection)
Receives the incoming HTTP connection and dispatches
it to JAX-WS.
|
boolean |
HttpAdapter.handleGet(WSHTTPConnection connection) |
abstract boolean |
HttpMetadataPublisher.handleMetadataRequest(HttpAdapter adapter,
WSHTTPConnection connection)
When
HttpAdapter receives 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. |
void |
HttpAdapter.invokeAsync(WSHTTPConnection con) |
void |
HttpAdapter.invokeAsync(WSHTTPConnection con,
HttpAdapter.CompletionCallback callback) |
void |
HttpAdapter.publishWSDL(WSHTTPConnection con)
Sends out the WSDL (and other referenced documents)
in response to the GET requests to URLs like "?wsdl" or "?xsd=2".
|
Modifier and Type | Class and Description |
---|---|
class |
ServletConnectionImpl
WSHTTPConnection implemented for HttpServlet . |
Modifier and Type | Method and Description |
---|---|
protected WSHTTPConnection |
ServletAdapter.createConnection(javax.servlet.ServletContext context,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
Copyright © 2015 Oracle Corporation. All rights reserved.