Uses of Class
javax.xml.bind.JAXBElement

Packages that use JAXBElement
javax.xml.bind   
javax.xml.bind.helpers   
 

Uses of JAXBElement in javax.xml.bind
 

Methods in javax.xml.bind that return JAXBElement
<T> JAXBElement<T>
Unmarshaller.unmarshal(Node node, Class<T> declaredType)
           
<T> JAXBElement<T>
Unmarshaller.unmarshal(Source source, Class<T> declaredType)
           
<T> JAXBElement<T>
Unmarshaller.unmarshal(XMLEventReader reader, Class<T> declaredType)
           
abstract
<T> JAXBElement<T>
Binder.unmarshal(XmlNode xmlNode, Class<T> declaredType)
           
<T> JAXBElement<T>
Unmarshaller.unmarshal(XMLStreamReader reader, Class<T> declaredType)
           
 

Uses of JAXBElement in javax.xml.bind.helpers
 

Methods in javax.xml.bind.helpers that return JAXBElement
<T> JAXBElement<T>
AbstractUnmarshallerImpl.unmarshal(Node node, Class<T> declaredType)
           
<T> JAXBElement<T>
AbstractUnmarshallerImpl.unmarshal(Source source, Class<T> declaredType)
           
<T> JAXBElement<T>
AbstractUnmarshallerImpl.unmarshal(XMLEventReader reader, Class<T> declaredType)
           
<T> JAXBElement<T>
AbstractUnmarshallerImpl.unmarshal(XMLStreamReader reader, Class<T> declaredType)
           
 



Copyright © 2007-2011 Apache Software Foundation. All Rights Reserved.