re-added the "message-converter" attribute for the outbound-gateway element

This commit is contained in:
Mark Fisher
2009-12-12 23:47:29 +00:00
parent 9621a663fc
commit cb519ac9db

View File

@@ -355,6 +355,15 @@
</xsd:appinfo>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="message-converter" type="xsd:string">
<xsd:annotation>
<xsd:appinfo>
<tool:annotation kind="ref">
<tool:expected-type type="org.springframework.jms.support.converter.MessageConverter"/>
</tool:annotation>
</xsd:appinfo>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="header-mapper" type="xsd:string">
<xsd:annotation>
<xsd:appinfo>