Package org.apache.cxf.feature.transform
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 SummaryConstructors Constructor Description AbstractXSLTInterceptor(String phase, Class<?> before, Class<?> after, String xsltPath)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancheckContextProperty(Message message)protected TemplatesgetXSLTTemplate()voidsetContextPropertyName(String propertyName)- 
Methods inherited from class org.apache.cxf.phase.AbstractPhaseInterceptoraddAfter, addAfter, addBefore, addBefore, getAdditionalInterceptors, getAfter, getBefore, getId, getPhase, handleFault, isGET, isRequestor, setAfter, setBefore
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface org.apache.cxf.interceptor.InterceptorhandleMessage
 
- 
 
-