@Override
 public void read(
     javolution.xml.XMLFormat.InputElement xml, UnstructuredSSResponseImpl ussdMessage)
     throws XMLStreamException {
   USSD_MESSAGE_XML.read(xml, ussdMessage);
 }