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(javax.xml.stream.XMLEventReader reader, Class<T> declaredType)
           
abstract
<T> JAXBElement<T>
Binder.unmarshal(XmlNode xmlNode, Class<T> declaredType)
           
<T> JAXBElement<T>
Unmarshaller.unmarshal(javax.xml.stream.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(javax.xml.stream.XMLEventReader reader, Class<T> declaredType)
           
<T> JAXBElement<T>
AbstractUnmarshallerImpl.unmarshal(javax.xml.stream.XMLStreamReader reader, Class<T> declaredType)
           
 



Copyright © 2003-2009 The Apache Software Foundation. All Rights Reserved.