Package | Description |
---|---|
com.sun.xml.ws.api.server |
APIs for hosting JAX-WS services.
|
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 |
---|---|
protected abstract WebServiceContextDelegate |
AbstractServerAsyncTransport.getWebServiceContextDelegate(T connection)
Return a
WebServiceContextDelegate using the underlying connection. |
Modifier and Type | Method and Description |
---|---|
com.sun.xml.ws.api.message.Packet |
WSEndpoint.PipeHead.process(com.sun.xml.ws.api.message.Packet request,
WebServiceContextDelegate wscd,
TransportBackChannel tbc)
Processes a request and produces a reply.
|
Modifier and Type | Method and Description |
---|---|
abstract WebServiceContextDelegate |
WSHTTPConnection.getWebServiceContextDelegate()
Returns the
WebServiceContextDelegate for this connection. |
Modifier and Type | Class and Description |
---|---|
class |
ServletConnectionImpl
WSHTTPConnection implemented for HttpServlet . |
Modifier and Type | Method and Description |
---|---|
WebServiceContextDelegate |
ServletConnectionImpl.getWebServiceContextDelegate() |
Copyright © 2015 Oracle Corporation. All rights reserved.