Uses of Class
javax.xml.bind.JAXBElement
Packages that use JAXBElement
Package
Description
Provides a runtime binding framework for client applications including
unmarshalling, marshalling, and validation capabilities.
JAXB Provider Use Only: Provides partial default implementations for
some of the
javax.xml.bind
interfaces.-
Uses of JAXBElement in javax.xml.bind
Methods in javax.xml.bind that return JAXBElementModifier and TypeMethodDescriptionabstract <T> JAXBElement
<T> Unmarshal XML root element by provideddeclaredType
to a JAXB object tree.<T> JAXBElement
<T> Unmarshaller.unmarshal
(XMLEventReader reader, Class<T> declaredType) Unmarshal root element to JAXB mappeddeclaredType
and return the resulting content tree.<T> JAXBElement
<T> Unmarshaller.unmarshal
(XMLStreamReader reader, Class<T> declaredType) Unmarshal root element to JAXB mappeddeclaredType
and return the resulting content tree.<T> JAXBElement
<T> Unmarshal XML data from the specified XML Source bydeclaredType
and return the resulting content tree.<T> JAXBElement
<T> Unmarshal XML data by JAXB mappeddeclaredType
and return the resulting content tree. -
Uses of JAXBElement in javax.xml.bind.helpers
Methods in javax.xml.bind.helpers that return JAXBElementModifier and TypeMethodDescription<T> JAXBElement
<T> AbstractUnmarshallerImpl.unmarshal
(XMLEventReader reader, Class<T> expectedType) <T> JAXBElement
<T> AbstractUnmarshallerImpl.unmarshal
(XMLStreamReader reader, Class<T> expectedType) <T> JAXBElement
<T> <T> JAXBElement
<T>