INT-676 included discussion about WS DestinationProvider and the ignore-empty-responses flag

This commit is contained in:
Mark Fisher
2009-07-04 23:47:12 +00:00
parent 3c127fcf72
commit 0bcaedcf08
3 changed files with 41 additions and 9 deletions

View File

@@ -85,11 +85,9 @@
<para>
If you need to serialize an Object to a byte array or deserialize a byte array back into an Object,
Spring Integration provides symmetrical serialization transformers.
<programlisting language="xml"><![CDATA[ <payload-serializing-transformer input-channel="objectsIn"
output-channel="bytesOut"/>
<programlisting language="xml"><![CDATA[ <payload-serializing-transformer input-channel="objectsIn" output-channel="bytesOut"/>
<payload-deserializing-transformer input-channel="bytesIn"
output-channel="objectsOut"/>]]></programlisting>
<payload-deserializing-transformer input-channel="bytesIn" output-channel="objectsOut"/>]]></programlisting>
</para>
<para>
If you only need to add headers to a Message, and they are not dynamically determined by Message content,