Skip to content

Commit 6c72047

Browse files
author
Tareq Abedrabbo
committed
SWS-685 - Fix broken references in the reference doc
1 parent ba2744a commit 6c72047

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/docbkx/server.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1116,7 +1116,7 @@ public class AnnotationOrderEndpoint {
11161116
when this endpoint mapping does not result in a matching endpoint.
11171117
</para>
11181118
<para>
1119-
As explained in <xref linkend="server-at-endpoint"/>, the <interfacename>@Endpoint</interfacename> style
1119+
As explained in <xref linkend="server-endpoints"/>, the <interfacename>@Endpoint</interfacename> style
11201120
allows you to handle multiple requests in one endpoint class.
11211121
This is the responsibility of the <classname>MethodEndpointMapping</classname>.
11221122
This mapping determines which method is to be invoked for an incoming request message.
@@ -1193,8 +1193,8 @@ public class AnnotationOrderEndpoint {
11931193
To use the <classname>AnnotationActionEndpointMapping</classname>, annotate the handling methods
11941194
with the <interfacename>@Action</interfacename> annotation, similar to the
11951195
<interfacename>@PayloadRoot</interfacename> and <interfacename>@SoapAction</interfacename>
1196-
annotations described in <xref linkend="server-at-endpoint"/> and
1197-
<xref linkend="server-method-endpoint-mapping"/>. Here is an example:
1196+
annotations described in <xref linkend="server-atEndpoint-methods"/> and
1197+
<xref linkend="server-endpoint-mapping"/>. Here is an example:
11981198
<programlisting><![CDATA[package samples;
11991199
12001200
import org.springframework.ws.server.endpoint.annotation.Endpoint;
@@ -1611,7 +1611,7 @@ public class CustomerEndpoint {
16111611
<para>
16121612
The <classname>CustomerEndpoint</classname> in annotated with
16131613
<interfacename>@Endpoint</interfacename>.
1614-
See <xref linkend="server-at-endpoint"/>.
1614+
See <xref linkend="server-endpoints"/>.
16151615
</para>
16161616
</callout>
16171617
<callout arearefs="server.test.endpoint.method">

0 commit comments

Comments
 (0)