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 .