Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
<convertBodyTo type="java.lang.String"/>

Other types to use:

  • org.w3c.dom.Document: If you read xml files and want the encoding from the xml to be used
  • javax.xml.transform.stream.StreamSource: Streaming source for xml
  • InputStream
  • byte[]