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
Creates an XMLStreamReader from the InputStream on the Message.
- 
Constructor SummaryConstructorsConstructorDescriptionAbstractXSLTInterceptor(String phase, Class<?> before, Class<?> after, String xsltPath) 
- 
Method SummaryModifier and TypeMethodDescriptionprotected booleancheckContextProperty(Message message) protected TemplatesvoidsetContextPropertyName(String propertyName) Methods inherited from class org.apache.cxf.phase.AbstractPhaseInterceptoraddAfter, addAfter, addBefore, addBefore, getAdditionalInterceptors, getAfter, getBefore, getId, getPhase, handleFault, isGET, isRequestor, setAfter, setBeforeMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.cxf.interceptor.InterceptorhandleMessage
- 
Constructor Details- 
AbstractXSLTInterceptor
 
- 
- 
Method Details- 
setContextPropertyName
- 
checkContextProperty
- 
getXSLTTemplate
 
-