Package org.apache.cxf.feature.transform
Class XSLTFeature
java.lang.Object
jakarta.xml.ws.WebServiceFeature
org.apache.cxf.feature.AbstractFeature
org.apache.cxf.feature.DelegatingFeature<XSLTFeature.Portable>
org.apache.cxf.feature.transform.XSLTFeature
- All Implemented Interfaces:
- AbstractPortableFeature,- Feature
This class defines a feature is used to transform message using XSLT script.
 If this feature is present and inXSLTPath/outXLSTPath are initialised,
 client and endpoint will transform incoming and outgoing messages correspondingly.
 Attention: actually the feature breaks streaming
 (can be fixed in further versions when XSLT engine supports XML stream).
- 
Nested Class SummaryNested Classes
- 
Field SummaryFields inherited from class org.apache.cxf.feature.DelegatingFeaturedelegateFields inherited from class jakarta.xml.ws.WebServiceFeatureenabled
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidsetInXSLTPath(String inXSLTPath) voidsetOutXSLTPath(String outXSLTPath) Methods inherited from class org.apache.cxf.feature.DelegatingFeaturegetDelegate, initialize, initialize, initialize, initialize, initializeProvider, setDelegateMethods inherited from class org.apache.cxf.feature.AbstractFeaturedoInitializeProvider, getActive, getID, isEnabled
- 
Constructor Details- 
XSLTFeaturepublic XSLTFeature()
 
- 
- 
Method Details- 
setInXSLTPath
- 
setOutXSLTPath
 
-