org.modeldriven.fuml.bind
Class DataBindingSupport
java.lang.Object
org.modeldriven.fuml.bind.DataBindingSupport
- Direct Known Subclasses:
- ValidatingUnmarshaler
public class DataBindingSupport
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
context
protected JAXBContext context
DataBindingSupport
public DataBindingSupport(JAXBContext context)
marshal
public String marshal(Object root)
throws JAXBException
- Throws:
JAXBException
unmarshal
public Object unmarshal(String xml)
throws JAXBException
- Throws:
JAXBException
unmarshal
public Object unmarshal(InputStream stream)
throws JAXBException
- Throws:
JAXBException
Copyright © 2014. All rights reserved.