Class XmlHeaderProcessor
java.lang.Object
org.jboss.resteasy.plugins.providers.jaxb.XmlHeaderProcessor
- All Implemented Interfaces:
DecoratorProcessor<Marshaller,
XmlHeader>
- Version:
- $Revision: 1 $
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondecorate
(Marshaller target, XmlHeader annotation, Class type, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType)
-
Constructor Details
-
XmlHeaderProcessor
public XmlHeaderProcessor()
-
-
Method Details
-
decorate
public Marshaller decorate(Marshaller target, XmlHeader annotation, Class type, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType) - Specified by:
decorate
in interfaceDecoratorProcessor<Marshaller,
XmlHeader> - Parameters:
target
- i.e. a Marshaller instanceannotation
- the annotation that triggered the decorator- Returns:
- should never return null
-