Interface XmlWriter

    • Method Detail

      • writeXml

        void writeXml​(java.lang.Object object,
                      XmlOutput output)
               throws XmlMarshallException
        Writes the XML for the input object.
        Parameters:
        object - Object to have XML written for it.
        output - Output to write the XML.
        Throws:
        XmlMarshallException - If fails to write the object into XML.