List of usage examples for javax.xml.bind Marshaller interface-usage
From source file org.betaconceptframework.astroboa.model.jaxb.AstroboaMarshaller.java
/**
* This is a wrapper of a JAXB Marshaller.
*
* It keeps several properties which are used during marshalling Astroboa Entities.
*
*
From source file org.javelin.sws.ext.bind.SweJaxbMarshaller.java
/**
* <p>Marshaller able to convert objects to XML representations. This marshaller can marshal any object, given the object is:<ul>
* <li>a {@link JAXBElement}</li>
* <li>an object of class annotated with {@link XmlRootElement} annotations</li>
* </ul></p>
*