Versions Compared

Key

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

...

Its very common when routing messages from one endpoint to another to need to convert the body payloads from one type to another such as to convert to and from the following common types

  • File
  • String
  • byte[] and yteBufferByteBuffer
  • InputStream and OutputStream
  • Reader and Writer
  • Document and Source

...