All Classes and Interfaces
Class
Description
A AbstractJAXBProvider.
Put this on a class or parameter when you do not want the JAXB MessageBodyReader/Writer
used but instead have a more specific provider you want to use to marshall the type.
Format XML output with indentations and newlines.
Placed on a type, method, parameter, or field to tell JAXRS not to use JAXB provider for a certain
media type
A wrapper class around a JAXBContext that enables additional features
to the RESTEasy JAXB-based providers.
A JAXB Provider which handles parameter and return types of
JAXBElement.A JAXBXmlRootElementProvider.
A JAXBXmlRootElementProvider.
A JAXB entity provider that handles classes without
XmlRootElement annotation.Warning this class consists of generated code.
Warning this class consists of generated code.
Specifies an XML stylesheet header
Put this on a method or parameter when you want to marshal or unmarshal a collection or array of JAXB objects
Put this on a method or parameter when you want to marshal or unmarshal a map of JAXB objects
Sets an XML header for the returned document.
Deprecated.
This should no longer be used as it's quite simple to implement and is tied to the implementation