Class AbstractXSLTInterceptor

java.lang.Object
org.apache.cxf.phase.AbstractPhaseInterceptor<Message>
org.apache.cxf.feature.transform.AbstractXSLTInterceptor
All Implemented Interfaces:
Interceptor<Message>, PhaseInterceptor<Message>
Direct Known Subclasses:
XSLTInInterceptor, XSLTOutInterceptor

public abstract class AbstractXSLTInterceptor extends AbstractPhaseInterceptor<Message>
Creates an XMLStreamReader from the InputStream on the Message.
  • Constructor Details

    • AbstractXSLTInterceptor

      public AbstractXSLTInterceptor(String phase, Class<?> before, Class<?> after, String xsltPath)
  • Method Details

    • setContextPropertyName

      public void setContextPropertyName(String propertyName)
    • checkContextProperty

      protected boolean checkContextProperty(Message message)
    • getXSLTTemplate

      protected Templates getXSLTTemplate()