Skip to content

Commit

Permalink
Images are recreated in SVG format
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitri Cherkas <dmitricerkas@yahoo.com>
  • Loading branch information
DmitriGit authored and lukasj committed Feb 23, 2022
1 parent 0c0d030 commit a9f0b68
Show file tree
Hide file tree
Showing 10 changed files with 1,000 additions and 4 deletions.
2 changes: 1 addition & 1 deletion spec/src/main/asciidoc/ch04-client_apis.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ illustrates the class relationships.

[[bprovclsrel]]
.Binding Provider Class Relationships
image::images/bindingprovider.png[]
image::images/bindingprovider.svg[]

A web service client can get an `jakarta.xml.ws.EndpointReference` from a
`BindingProvider` instance that will reference the target endpoint.
Expand Down
6 changes: 3 additions & 3 deletions spec/src/main/asciidoc/ch10-handler_framwork.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ invoked with different types of message context.

[[handarchfig]]
.Handler architecture
image::images/handarch.png[]
image::images/handarch.svg[]

[[handlertypes]]
==== Types of Handler
Expand All @@ -67,7 +67,7 @@ protocol-specific interface that extends `jakarta.xml.ws.handler.Handler`.

[[handclshie]]
.Handler class hierarchy
image::images/handlers.png[]
image::images/handlers.svg[]

[[binding-responsibilities]]
==== Binding Responsibilities
Expand Down Expand Up @@ -181,7 +181,7 @@ the order of handler execution for inbound and outbound messages.

[[handord]]
.Handler ordering, Ln and Pn represent logical and protocol handlers respectively.
image::images/handord.png[]
image::images/handord.svg[]

[[handlerchain]]
===== jakarta.jws.HandlerChain annotation
Expand Down
Binary file removed spec/src/main/asciidoc/images/bindingprovider.png
Binary file not shown.
269 changes: 269 additions & 0 deletions spec/src/main/asciidoc/images/bindingprovider.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed spec/src/main/asciidoc/images/handarch.png
Binary file not shown.
268 changes: 268 additions & 0 deletions spec/src/main/asciidoc/images/handarch.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed spec/src/main/asciidoc/images/handlers.png
Binary file not shown.
144 changes: 144 additions & 0 deletions spec/src/main/asciidoc/images/handlers.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed spec/src/main/asciidoc/images/handord.png
Binary file not shown.

0 comments on commit a9f0b68

Please sign in to comment.