--- old/src/java.xml.ws/share/classes/javax/xml/ws/spi/http/package-info.java 2015-04-21 17:20:21.572098471 +0400 +++ new/src/java.xml.ws/share/classes/javax/xml/ws/spi/http/package-info.java 2015-04-21 17:20:21.480098472 +0400 @@ -47,7 +47,7 @@ object encapsulates a HTTP request and a response. -
+  
{@literal
   Container                               JAX-WS runtime
   ---------                               --------------
   1. Creates Invoker1, ... InvokerN
@@ -64,10 +64,10 @@
  10. EndpointN.publish(HttpContextN)  --> 11. creates HttpHandlerN
                                          HttpContextN.setHandler(HttpHandlerN)
 
-  
+ }
The request processing is done as below(for every request): -
+  
{@literal
   Container                               JAX-WS runtime
   ---------                               --------------
   1. Creates a HttpExchange
@@ -76,14 +76,14 @@
                                       <-- 5. Calls Invoker
   6. Invokes the actual instance
                                           7. Writes the response to HttpExchange
-  
+ }

The portable undeployment is done as below:

   Container
   ---------
-  1. @preDestroy on instances
+  1. {@literal @}preDestroy on instances
   2. Endpoint1.stop()
   ...
   3. EndpointN.stop()