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 | Field and Description |
---|---|
static HttpAdapter.CompletionCallback |
HttpAdapter.NO_OP_COMPLETION_CALLBACK |
Modifier and Type | Method and Description |
---|---|
void |
HttpAdapter.invokeAsync(WSHTTPConnection con,
HttpAdapter.CompletionCallback callback) |
Modifier and Type | Method and Description |
---|---|
void |
ServletAdapter.invokeAsync(javax.servlet.ServletContext context,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
HttpAdapter.CompletionCallback callback)
Version of
HttpAdapter.handle(WSHTTPConnection) that takes convenient parameters for servlet. |
Copyright © 2015 Oracle Corporation. All rights reserved.