Exemplo n.º 1
0
 /**
  * Converts the payload implementation into a String representation
  *
  * @return String representation of the payload
  * @throws Exception Implemetation may throw an endpoint specific exception
  */
 public byte[] getPayloadAsBytes() throws Exception {
   return adapter.getPayloadAsBytes();
 }