public interface ValidatingDataBinding
| Modifier and Type | Method and Description |
|---|---|
String |
marshal(Object root) |
void |
marshal(Object root,
OutputStream stream) |
void |
marshal(Object root,
OutputStream stream,
boolean formattedOutput) |
Object |
validate(InputStream stream) |
Object |
validate(String xml) |
String marshal(Object root) throws jakarta.xml.bind.JAXBException
jakarta.xml.bind.JAXBExceptionvoid marshal(Object root, OutputStream stream) throws jakarta.xml.bind.JAXBException
jakarta.xml.bind.JAXBExceptionvoid marshal(Object root, OutputStream stream, boolean formattedOutput) throws jakarta.xml.bind.JAXBException
jakarta.xml.bind.JAXBExceptionObject validate(String xml) throws jakarta.xml.bind.JAXBException
jakarta.xml.bind.JAXBExceptionObject validate(InputStream stream) throws jakarta.xml.bind.JAXBException
jakarta.xml.bind.JAXBExceptionCopyright © 2024. All Rights Reserved.