public interface DataBinding
| Modifier and Type | Method and Description |
|---|---|
BindingValidationEventHandler |
getValidationEventHandler() |
String |
marshal(Object root) |
Object |
unmarshal(InputStream stream) |
Object |
unmarshal(String xml) |
Object |
validate(InputStream xml) |
Object |
validate(String xml) |
String marshal(Object root) throws JAXBException
JAXBExceptionObject unmarshal(String xml) throws JAXBException
JAXBExceptionObject unmarshal(InputStream stream) throws JAXBException
JAXBExceptionObject validate(String xml) throws JAXBException
JAXBExceptionObject validate(InputStream xml) throws JAXBException, UnmarshalException
JAXBExceptionUnmarshalExceptionBindingValidationEventHandler getValidationEventHandler() throws JAXBException
JAXBExceptionCopyright © 2018. All rights reserved.