org.modeldriven.fuml.bind
Class DataBindingSupport

java.lang.Object
  extended by org.modeldriven.fuml.bind.DataBindingSupport
Direct Known Subclasses:
ValidatingUnmarshaler

public class DataBindingSupport
extends Object


Constructor Summary
DataBindingSupport(JAXBContext context)
           
 
Method Summary
 String marshal(Object root)
           
 Object unmarshal(InputStream stream)
           
 Object unmarshal(String xml)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataBindingSupport

public DataBindingSupport(JAXBContext context)
Method Detail

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 © 2012. All Rights Reserved.