File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed
core/src/main/resources/org/springframework/ws/config Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change 21
21
Indicates that a unmarshaller should be used to convert incoming request
22
22
messages into method parameters, and return values marshalled into a response message.
23
23
</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 >
24
30
</xsd : annotation >
25
31
<xsd : complexType >
26
32
<xsd : attribute name =" unmarshaller" type =" xsd:string" default =" marshaller" >
61
67
<xsd : element name =" xpath-endpoints" >
62
68
<xsd : annotation >
63
69
<xsd : documentation
64
- source =" java:org.springframework.ws.server.endpoint.adapter.MarshallingMethodEndpointAdapter " >
70
+ source =" java:org.springframework.ws.server.endpoint.adapter.XPathParamAnnotationMethodEndpointAdapter " >
65
71
Indicates that a endpoints using @XPathParam annotations should be detected.
66
72
</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 >
67
79
</xsd : annotation >
68
80
<xsd : complexType >
69
81
<xsd : sequence >
You can’t perform that action at this time.
0 commit comments