Example #1
0
 /**
  * Returns the message transformed into it's recognised or expected format and then into an array
  * of bytes. The transformer used is the one configured on the endpoint through which this event
  * was received.
  *
  * @return the message transformed into it's recognised or expected format as an array of bytes.
  * @throws org.mule.umo.transformer.TransformerException if a failure occurs in the transformer
  * @see org.mule.umo.transformer.UMOTransformer
  */
 public byte[] getTransformedMessageAsBytes() throws TransformerException {
   return event.getTransformedMessageAsBytes();
 }