From 6c720470ed65c191603d4aecee14bd7b1215b5e5 Mon Sep 17 00:00:00 2001 From: Tareq Abedrabbo Date: Sun, 27 Mar 2011 12:22:11 +0000 Subject: [PATCH] SWS-685 - Fix broken references in the reference doc --- src/docbkx/server.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/docbkx/server.xml b/src/docbkx/server.xml index c4781231..f834c19b 100644 --- a/src/docbkx/server.xml +++ b/src/docbkx/server.xml @@ -1116,7 +1116,7 @@ public class AnnotationOrderEndpoint { when this endpoint mapping does not result in a matching endpoint. - As explained in , the @Endpoint style + As explained in , the @Endpoint style allows you to handle multiple requests in one endpoint class. This is the responsibility of the MethodEndpointMapping. This mapping determines which method is to be invoked for an incoming request message. @@ -1193,8 +1193,8 @@ public class AnnotationOrderEndpoint { To use the AnnotationActionEndpointMapping, annotate the handling methods with the @Action annotation, similar to the @PayloadRoot and @SoapAction - annotations described in and - . Here is an example: + annotations described in and + . Here is an example: The CustomerEndpoint in annotated with @Endpoint. - See . + See .