public class DataBindingSupport
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected javax.xml.bind.JAXBContext |
context |
| Constructor and Description |
|---|
DataBindingSupport(javax.xml.bind.JAXBContext context) |
public java.lang.String marshal(java.lang.Object root)
throws javax.xml.bind.JAXBException
javax.xml.bind.JAXBExceptionpublic java.lang.Object unmarshal(java.lang.String xml)
throws javax.xml.bind.JAXBException
javax.xml.bind.JAXBExceptionpublic java.lang.Object unmarshal(java.io.InputStream stream)
throws javax.xml.bind.JAXBException
javax.xml.bind.JAXBExceptionCopyright © 2016. All Rights Reserved.