* @throws XMLStreamException
* the xML stream exception
*/
public void writeSystem(XMLStreamWriter writer) throws XMLStreamException {
// write system info
SystemInfo systemInfo = new SystemInfo();
writer.writeStartElement("system");
writer.writeStartElement("info");
this.writeBean(writer, systemInfo);
writer.writeEndElement(); // close info tag
// write web info