org.jboss.resteasy.plugins.providers.jaxb
Class XmlHeaderProcessor

java.lang.Object
  extended by org.jboss.resteasy.plugins.providers.jaxb.XmlHeaderProcessor
All Implemented Interfaces:
DecoratorProcessor<javax.xml.bind.Marshaller,XmlHeader>

public class XmlHeaderProcessor
extends java.lang.Object
implements DecoratorProcessor<javax.xml.bind.Marshaller,XmlHeader>

Version:
$Revision: 1 $
Author:
Bill Burke

Constructor Summary
XmlHeaderProcessor()
           
 
Method Summary
 javax.xml.bind.Marshaller decorate(javax.xml.bind.Marshaller target, XmlHeader annotation, java.lang.Class type, java.lang.annotation.Annotation[] annotations, MediaType mediaType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlHeaderProcessor

public XmlHeaderProcessor()
Method Detail

decorate

public javax.xml.bind.Marshaller decorate(javax.xml.bind.Marshaller target,
                                          XmlHeader annotation,
                                          java.lang.Class type,
                                          java.lang.annotation.Annotation[] annotations,
                                          MediaType mediaType)
Specified by:
decorate in interface DecoratorProcessor<javax.xml.bind.Marshaller,XmlHeader>
Parameters:
target - i.e. a Marshaller instance
annotation - the annotation that triggered the decorator
Returns:
should never return null


Copyright © 2009. All Rights Reserved.