Class StylesheetProcessor
- java.lang.Object
-
- org.jboss.resteasy.plugins.providers.jaxb.StylesheetProcessor
-
- All Implemented Interfaces:
DecoratorProcessor<javax.xml.bind.Marshaller,Stylesheet>
public class StylesheetProcessor extends java.lang.Object implements DecoratorProcessor<javax.xml.bind.Marshaller,Stylesheet>
- Version:
- $Revision: 1 $
-
-
Constructor Summary
Constructors Constructor Description StylesheetProcessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.xml.bind.Marshaller
decorate(javax.xml.bind.Marshaller target, Stylesheet annotation, java.lang.Class type, java.lang.annotation.Annotation[] annotations, javax.ws.rs.core.MediaType mediaType)
-
-
-
Method Detail
-
decorate
public javax.xml.bind.Marshaller decorate(javax.xml.bind.Marshaller target, Stylesheet annotation, java.lang.Class type, java.lang.annotation.Annotation[] annotations, javax.ws.rs.core.MediaType mediaType)
- Specified by:
decorate
in interfaceDecoratorProcessor<javax.xml.bind.Marshaller,Stylesheet>
- Parameters:
target
- i.e. a Marshaller instanceannotation
- the annotation that triggered the decorator- Returns:
- should never return null
-
-