Fixed samples ioSamples table, and added AmqpItemReader/Writer descriptions. Also

fixed some misspellings while reviewing sections for jsr-352 and added AmqpItemReader/Writer
to Appendix A - Inventory.
This commit is contained in:
Wayne Lund
2013-02-05 15:58:44 -08:00
parent 607e98cd9b
commit a7a30cf2ea
3 changed files with 56 additions and 24 deletions

View File

@@ -103,6 +103,13 @@
received through the injected JmsOperations receive()
method</entry>
</row>
<row>
<entry align="left">AmqpItemReader</entry>
<entry align="left">Given a Spring AmqpTemplate it provides
synchronous receive methods. The receiveAndConvert() method
lets you receive POJO objects. </entry>
</row>
<row>
<entry align="left">JpaPagingItemReader</entry>
@@ -217,6 +224,14 @@
convert each item to XML and then writes it to an XML file using
StAX.</entry>
</row>
<row>
<entry align="left">AmqpItemWriter</entry>
<entry align="left">Given a Spring AmqpTemplate it provides
for synchronous send method. The convertAndSend(Object)
method lets you send POJO objects. </entry>
</row>
</tbody>
</tgroup>
</table>

View File

@@ -494,7 +494,7 @@ itemWriter.write(items);</programlisting>
refines the list of skippable exception classes to be all
<classname>Exception</classname>s <emphasis>except</emphasis>
<classname>FileNotFoundException</classname>. Any excluded exception
calsses will be fatal if encountered (i.e. not skipped).</para>
classes will be fatal if encountered (i.e. not skipped).</para>
<para>For any exception encountered, the skippability will be determined
by the nearest superclass in the class hierarchy. Any unclassifed