Package | Description |
---|---|
com.sun.xml.ws.api.message |
Message and related abstractions that represent a SOAP message. |
com.sun.xml.ws.api.server |
APIs for hosting JAX-WS services.
|
com.sun.xml.ws.transport.http | |
com.sun.xml.ws.transport.http.server | |
com.sun.xml.ws.transport.http.servlet |
Servlet transport for the JAX-WS RI.
|
Modifier and Type | Field and Description |
---|---|
WebServiceContextDelegate |
Packet.webServiceContextDelegate
When non-null, this object is consulted to
implement
WebServiceContext methods
exposed to the user application. |
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 |
---|---|
Packet |
WSEndpoint.PipeHead.process(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. |
protected WebServiceContextDelegate |
HttpAdapter.AsyncTransport.getWebServiceContextDelegate(WSHTTPConnection con) |
Modifier and Type | Class and Description |
---|---|
(package private) class |
PortableConnectionImpl
WSHTTPConnection used with Java SE endpoints. |
(package private) class |
ServerConnectionImpl
WSHTTPConnection used with Java SE endpoints. |
Modifier and Type | Method and Description |
---|---|
WebServiceContextDelegate |
ServerConnectionImpl.getWebServiceContextDelegate() |
WebServiceContextDelegate |
PortableConnectionImpl.getWebServiceContextDelegate() |
Modifier and Type | Class and Description |
---|---|
class |
ServletConnectionImpl
WSHTTPConnection implemented for HttpServlet . |
Modifier and Type | Method and Description |
---|---|
WebServiceContextDelegate |
ServletConnectionImpl.getWebServiceContextDelegate() |
Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.