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