public class XmlUtils extends Object
| Constructor and Description |
|---|
XmlUtils() |
public static String marshal(QName altName, Object jaxb, Class<?> factory)
altName - The altName.jaxb - The object to marshal.factory - The factory class.public static Object unmarshal(String xml, Class<?> factory) throws JAXBException
xml - The XML string.factory - The factory class.JAXBExceptionCopyright © 2010–2025. All rights reserved.