Exemplo n.º 1
0
 /**
  * Sets the encoding for this message
  *
  * @param encoding the encoding to use
  */
 public void setEncoding(String encoding) {
   adapter.setEncoding(encoding);
 }