Class XmlHeaderProcessor
- java.lang.Object
-
- org.jboss.resteasy.plugins.providers.jaxb.XmlHeaderProcessor
-
- All Implemented Interfaces:
DecoratorProcessor<jakarta.xml.bind.Marshaller,XmlHeader>
public class XmlHeaderProcessor extends Object implements DecoratorProcessor<jakarta.xml.bind.Marshaller,XmlHeader>
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
-
-
Constructor Summary
Constructors Constructor Description XmlHeaderProcessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description jakarta.xml.bind.Marshallerdecorate(jakarta.xml.bind.Marshaller target, XmlHeader annotation, Class type, Annotation[] annotations, jakarta.ws.rs.core.MediaType mediaType)
-
-
-
Method Detail
-
decorate
public jakarta.xml.bind.Marshaller decorate(jakarta.xml.bind.Marshaller target, XmlHeader annotation, Class type, Annotation[] annotations, jakarta.ws.rs.core.MediaType mediaType)- Specified by:
decoratein interfaceDecoratorProcessor<jakarta.xml.bind.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
-
-