157158159160161162163
/** * Sets the payload to the given XML value. */ synchronized public void setXML(XML xml) { refresh(xml); payload = new XMLPayload(xml); }