Skip to content

Commit

Permalink
fix pointers to images in the spec
Browse files Browse the repository at this point in the history
Signed-off-by: Lukas Jungmann <lukas.jungmann@oracle.com>
  • Loading branch information
lukasj committed Aug 25, 2020
1 parent db97185 commit 8a4dc61
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 18 deletions.
14 changes: 1 addition & 13 deletions spec/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,14 @@
<groupId>jakarta.xml.ws</groupId>
<artifactId>xml-ws-spec</artifactId>
<packaging>pom</packaging>
<version>2.3-SNAPSHOT</version>
<version>3.0</version>
<name>Jakarta XML Web Services Specification</name>

<properties>
<site.output.dir>${project.build.directory}/staging</site.output.dir>
<maven.site.skip>true</maven.site.skip>
<asciidoctor.maven.plugin.version>2.0.0</asciidoctor.maven.plugin.version>
<asciidoctorj.version>1.6.2</asciidoctorj.version>
<asciidoctorj.pdf.version>1.5.3</asciidoctorj.pdf.version>
<jruby.version>9.2.6.0</jruby.version>
<!-- status: DRAFT, BETA, etc., or blank for final -->
<status>DRAFT</status>
<maven.build.timestamp.format>MMMM dd, yyyy</maven.build.timestamp.format>
Expand Down Expand Up @@ -86,16 +84,6 @@
<artifactId>asciidoctor-maven-plugin</artifactId>
<version>${asciidoctor.maven.plugin.version}</version>
<dependencies>
<dependency>
<groupId>org.jruby</groupId>
<artifactId>jruby-complete</artifactId>
<version>${jruby.version}</version>
</dependency>
<dependency>
<groupId>org.asciidoctor</groupId>
<artifactId>asciidoctorj</artifactId>
<version>${asciidoctorj.version}</version>
</dependency>
<dependency>
<groupId>org.asciidoctor</groupId>
<artifactId>asciidoctorj-pdf</artifactId>
Expand Down
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 @@ -245,7 +245,7 @@ protocol binding for use by clients, it is implemented by proxies and is
extended by the `Dispatch` interface. Figure <<4.1>>
illustrates the class relationships.

image::bindingprovider.png[]
image::images/bindingprovider.png[]
Figure 4.1: Binding Provider Class Relationships

A web service client can get an `javax.xml.ws.EndpointReference` from a
Expand Down
6 changes: 3 additions & 3 deletions spec/src/main/asciidoc/ch09-handler_framwork.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ derived from `javax.xml.ws.handler.Handler` except
`javax.xml.ws.handler.LogicalHandler`.


image::handarch.png[]
image::images/handarch.png[]
Figure 9.1: Handler architecture

Figure <<9.2>> shows the class hierarchy for handlers.
Expand All @@ -80,7 +80,7 @@ destruction of handlers according to the rules specified in section
management of message contexts according to the rules specified in
section <<handmsgctxmngmt>>

image::handlers.png[]
image::images/handlers.png[]
Figure 9.2: Handler class hierarchy

_♦ Conformance (Logical handler support):_ All binding implementations MUST support
Expand Down Expand Up @@ -178,7 +178,7 @@ maintained. Figure <<9.3>> illustrates this.
Section <<handlerexecution>> describes how the handler order relates to
the order of handler execution for inbound and outbound messages.

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

[[handlerchain]]
Expand Down
2 changes: 1 addition & 1 deletion spec/src/main/asciidoc/license-efsl.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ endif::[]
Release: {revdate}
....

Copyright (c) 2019 Eclipse Foundation.
Copyright (c) 2019, 2020 Eclipse Foundation.

=== Eclipse Foundation Specification License

Expand Down

0 comments on commit 8a4dc61

Please sign in to comment.