com.xebialabs.deployit.engine.api.xml
Class OmitXmlPreamble.Processor
java.lang.Object
com.xebialabs.deployit.engine.api.xml.OmitXmlPreamble.Processor
- All Implemented Interfaces:
- org.jboss.resteasy.spi.interception.DecoratorProcessor<java.lang.Object,OmitXmlPreamble>
- Enclosing class:
- OmitXmlPreamble
public static class OmitXmlPreamble.Processor
- extends java.lang.Object
- implements org.jboss.resteasy.spi.interception.DecoratorProcessor<java.lang.Object,OmitXmlPreamble>
Needs object as generic type, to prevent RESTEASY-701 from appearing.
|
Method Summary |
java.lang.Object |
decorate(java.lang.Object target,
OmitXmlPreamble annotation,
java.lang.Class type,
java.lang.annotation.Annotation[] annotations,
javax.ws.rs.core.MediaType mediaType)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OmitXmlPreamble.Processor
public OmitXmlPreamble.Processor()
decorate
public java.lang.Object decorate(java.lang.Object target,
OmitXmlPreamble annotation,
java.lang.Class type,
java.lang.annotation.Annotation[] annotations,
javax.ws.rs.core.MediaType mediaType)
- Specified by:
decorate in interface org.jboss.resteasy.spi.interception.DecoratorProcessor<java.lang.Object,OmitXmlPreamble>