Skip to content

Commit

Permalink
remove java se specifics from the spec, the API is no longer part of …
Browse files Browse the repository at this point in the history
…Java SE

Signed-off-by: Lukas Jungmann <lukas.jungmann@oracle.com>
  • Loading branch information
lukasj committed Sep 10, 2020
1 parent 53c2735 commit 7d8889b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 13 deletions.
1 change: 1 addition & 0 deletions spec/src/main/asciidoc/appB-change_log.adoc
Expand Up @@ -11,6 +11,7 @@
* Changed specification version and license.
* Package namespace changed to `jakarta.xml.ws.*`.
* Alignment with Jakarta XML Binding 3.0
* Drop requirements related to JAX-WS inclusion in Java SE

[[changes]]
=== 2.3 Changes
Expand Down
14 changes: 1 addition & 13 deletions spec/src/main/asciidoc/ch06-core_apis.adoc
Expand Up @@ -464,12 +464,7 @@ not meant for end developers but for container or its extension
developers.

The HTTP SPI allows a deployment to use any available web services
runtime for HTTP transport. Java EE 6 web profile vendors can support
JSR-109<<bib17>> deployments using the JAX-WS 2.2
runtime in Java SE platform. For example, a Servlet 3.0 extension can be
used to do the JSR-109 deployment by reading deployment descriptors and
hand-off the request processing to the web services runtime that is in
Java SE platform.
runtime for HTTP transport.

The HTTP SPI consists of the following classes:

Expand Down Expand Up @@ -545,10 +540,3 @@ Typical portable undeployment is done as below:
3. EndpointN.stop()
....

Having a support for this SPI in a Jakarta XML Web Services implementation in Java SE
platform would enable deployments to use the Java SE platform’s web
services runtime portably.

&#9674; _Conformance (HTTP SPI in SE platform):_ A JAX-WS 2.2 implementation in Java SE
platform MUST support
`Endpoint.publish(jakarta.xml.ws.spi.http.HttpContext)`.

0 comments on commit 7d8889b

Please sign in to comment.