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.
JAXBConfig  
Wrapped Put this on a method or parameter when you want to marshal or unmarshal a collection or array of JAXB objects

i.e.

 



Copyright © 2009. All Rights Reserved.