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 JAXBException
JAXBExceptionvoid marshal(Object root, OutputStream stream) throws JAXBException
JAXBExceptionvoid marshal(Object root, OutputStream stream, boolean formattedOutput) throws JAXBException
JAXBExceptionObject validate(String xml) throws JAXBException
JAXBExceptionObject validate(InputStream stream) throws JAXBException
JAXBExceptionCopyright © 2017. All Rights Reserved.