Package org.jboss.resteasy.annotations.providers.jaxb

Annotation Types Summary
DoNotUseJAXBProvider 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.
Formatted Format XML output with indentations and newlines

This is a JAXB Decorator

IgnoreMediaTypes Placed on a type, method, parameter, or field to tell JAXRS not to use JAXB provider for a certain media type
JAXBConfig  
Stylesheet Specifies an XML stylesheet header

e.g.

Wrapped Put this on a method or parameter when you want to marshal or unmarshal a collection or array of JAXB objects

i.e.

WrappedMap Put this on a method or parameter when you want to marshal or unmarshal a map of JAXB objects

i.e.

XmlHeader Sets an XML header for the returned document.
 



Copyright © 2011. All Rights Reserved.