Uses of Class
javax.xml.bind.JAXBElement
- 
Packages that use JAXBElement Package Description javax.xml.bind Provides a runtime binding framework for client applications including unmarshalling, marshalling, and validation capabilities. - 
- 
Uses of JAXBElement in javax.xml.bind
Methods in javax.xml.bind that return JAXBElement Modifier and Type Method Description abstract <T> JAXBElement<T>Binder. unmarshal(XmlNode xmlNode, Class<T> declaredType)Unmarshal XML root element by provideddeclaredTypeto a JAXB object tree.<T> JAXBElement<T>Unmarshaller. unmarshal(XMLEventReader reader, Class<T> declaredType)Unmarshal root element to JAXB mappeddeclaredTypeand return the resulting content tree.<T> JAXBElement<T>Unmarshaller. unmarshal(XMLStreamReader reader, Class<T> declaredType)Unmarshal root element to JAXB mappeddeclaredTypeand return the resulting content tree.<T> JAXBElement<T>Unmarshaller. unmarshal(Source source, Class<T> declaredType)Unmarshal XML data from the specified XML Source bydeclaredTypeand return the resulting content tree.<T> JAXBElement<T>Unmarshaller. unmarshal(Node node, Class<T> declaredType)Unmarshal XML data by JAXB mappeddeclaredTypeand return the resulting content tree. 
 -