INT-1232: renamed ParameterExtractor

This commit is contained in:
David Syer
2010-07-15 14:39:19 +00:00
parent 8311a10975
commit d3817cf123
11 changed files with 28 additions and 28 deletions

View File

@@ -112,11 +112,11 @@
]]></xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="parameter-mapper" type="xsd:string">
<xsd:attribute name="parameter-extractor" type="xsd:string">
<xsd:annotation>
<xsd:appinfo>
<tool:annotation kind="ref">
<tool:expected-type type="org.springframework.integration.http.ParameterMapper"/>
<tool:expected-type type="org.springframework.integration.http.ParameterExtractor"/>
</tool:annotation>
</xsd:appinfo>
</xsd:annotation>
@@ -204,11 +204,11 @@
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="parameter-mapper" type="xsd:string">
<xsd:attribute name="parameter-extractor" type="xsd:string">
<xsd:annotation>
<xsd:appinfo>
<tool:annotation kind="ref">
<tool:expected-type type="org.springframework.integration.http.ParameterMapper"/>
<tool:expected-type type="org.springframework.integration.http.ParameterExtractor"/>
</tool:annotation>
</xsd:appinfo>
</xsd:annotation>