com.ebmwebsourcing.easycommons.jaxb
Interface JAXBElement<M>

All Known Implementing Classes:
AbstractJAXBElementImpl

public interface JAXBElement<M>


Method Summary
 javax.xml.bind.JAXBContext getJaxbContext()
           
 M getModel()
           
 java.util.List<org.w3c.dom.Element> getOtherElements()
           
 JAXBElement<?> getParent()
           
<M> M
marshall(org.w3c.dom.Document doc, java.lang.Class<M> clazz)
           
<E extends JAXBElement<M>>
org.w3c.dom.Document
unmarshall(javax.xml.namespace.QName tag, E jaxbElmt)
           
 

Method Detail

getParent

JAXBElement<?> getParent()

getOtherElements

java.util.List<org.w3c.dom.Element> getOtherElements()

getModel

M getModel()

getJaxbContext

javax.xml.bind.JAXBContext getJaxbContext()
                                          throws JAXBException
Throws:
JAXBException

marshall

<M> M marshall(org.w3c.dom.Document doc,
               java.lang.Class<M> clazz)
           throws JAXBException
Throws:
JAXBException

unmarshall

<E extends JAXBElement<M>> org.w3c.dom.Document unmarshall(javax.xml.namespace.QName tag,
                                                           E jaxbElmt)
                                throws JAXBException
Throws:
JAXBException


Copyright © 2008-2010 eBM WebSourcing. All Rights Reserved.