public class DataBindingSupport extends Object
| Modifier and Type | Field and Description |
|---|---|
protected JAXBContext |
context |
| Constructor and Description |
|---|
DataBindingSupport(JAXBContext context) |
| Modifier and Type | Method and Description |
|---|---|
String |
marshal(Object root) |
Object |
unmarshal(InputStream stream) |
Object |
unmarshal(String xml) |
protected JAXBContext context
public DataBindingSupport(JAXBContext context)
public String marshal(Object root) throws JAXBException
JAXBExceptionpublic Object unmarshal(String xml) throws JAXBException
JAXBExceptionpublic Object unmarshal(InputStream stream) throws JAXBException
JAXBExceptionCopyright © 2017. All rights reserved.