Skip to content

Commit 2af6be2

Browse files
committed
SWS-270
1 parent a1d72b6 commit 2af6be2

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

core/src/main/resources/org/springframework/ws/config/web-services-1.5.xsd

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@
2121
Indicates that a unmarshaller should be used to convert incoming request
2222
messages into method parameters, and return values marshalled into a response message.
2323
</xsd:documentation>
24+
<xsd:appinfo>
25+
<tool:annotation>
26+
<tool:exports
27+
type="org.springframework.ws.server.endpoint.adapter.MarshallingMethodEndpointAdapter"/>
28+
</tool:annotation>
29+
</xsd:appinfo>
2430
</xsd:annotation>
2531
<xsd:complexType>
2632
<xsd:attribute name="unmarshaller" type="xsd:string" default="marshaller">
@@ -61,9 +67,15 @@
6167
<xsd:element name="xpath-endpoints">
6268
<xsd:annotation>
6369
<xsd:documentation
64-
source="java:org.springframework.ws.server.endpoint.adapter.MarshallingMethodEndpointAdapter">
70+
source="java:org.springframework.ws.server.endpoint.adapter.XPathParamAnnotationMethodEndpointAdapter">
6571
Indicates that a endpoints using @XPathParam annotations should be detected.
6672
</xsd:documentation>
73+
<xsd:appinfo>
74+
<tool:annotation>
75+
<tool:exports
76+
type="org.springframework.ws.server.endpoint.adapter.XPathParamAnnotationMethodEndpointAdapter"/>
77+
</tool:annotation>
78+
</xsd:appinfo>
6779
</xsd:annotation>
6880
<xsd:complexType>
6981
<xsd:sequence>

0 commit comments

Comments
 (0)