|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.axiom.om.util.jaxb.JAXBUtils
public final class JAXBUtils
Contains utility methods that integrate JAXB with Axiom.
| Method Summary | |
|---|---|
static java.lang.Object |
unmarshal(javax.xml.bind.JAXBContext context,
OMElement element,
boolean cache)
Unmarshal the given element. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static java.lang.Object unmarshal(javax.xml.bind.JAXBContext context,
OMElement element,
boolean cache)
throws javax.xml.bind.JAXBException
context - the JAXB contextelement - the element to unmarshalcache - true if the element must be preserved; false if it may
be consumed during unmarshalling
javax.xml.bind.JAXBException - if an error occurs while unmarshalling
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||