From 2af6be2c9f0da0593f8542c593fb5e98e910e15f Mon Sep 17 00:00:00 2001 From: Arjen Poutsma Date: Mon, 21 Jan 2008 12:34:39 +0000 Subject: [PATCH] SWS-270 --- .../springframework/ws/config/web-services-1.5.xsd | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/core/src/main/resources/org/springframework/ws/config/web-services-1.5.xsd b/core/src/main/resources/org/springframework/ws/config/web-services-1.5.xsd index da14eecc..0430f31c 100644 --- a/core/src/main/resources/org/springframework/ws/config/web-services-1.5.xsd +++ b/core/src/main/resources/org/springframework/ws/config/web-services-1.5.xsd @@ -21,6 +21,12 @@ Indicates that a unmarshaller should be used to convert incoming request messages into method parameters, and return values marshalled into a response message. + + + + + @@ -61,9 +67,15 @@ + source="java:org.springframework.ws.server.endpoint.adapter.XPathParamAnnotationMethodEndpointAdapter"> Indicates that a endpoints using @XPathParam annotations should be detected. + + + + +