INT-786, added namespace support for metadata-support strategy and tests

This commit is contained in:
Oleg Zhurakousky
2010-10-17 22:57:11 -04:00
parent 3bf404cc2a
commit bf81955686
5 changed files with 37 additions and 4 deletions

View File

@@ -37,6 +37,15 @@
</xsd:appinfo>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="metadata-store" use="optional" type="xsd:string">
<xsd:annotation>
<xsd:appinfo>
<tool:annotation kind="ref">
<tool:expected-type type="org.springframework.integration.context.metadata.MetadataStore"/>
</tool:annotation>
</xsd:appinfo>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="feedUrl" type="xsd:string" use="required"/>
<xsd:attribute name="persisterMap" type="xsd:string" use="optional">
<xsd:annotation>