Package org.apache.cxf.feature.transform
Class XSLTFeature
java.lang.Object
javax.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 Summary
-
Field Summary
Fields inherited from class org.apache.cxf.feature.DelegatingFeature
delegate
Fields inherited from class javax.xml.ws.WebServiceFeature
enabled
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setInXSLTPath
(String inXSLTPath) void
setOutXSLTPath
(String outXSLTPath) Methods inherited from class org.apache.cxf.feature.DelegatingFeature
getDelegate, initialize, initialize, initialize, initialize, initializeProvider, setDelegate
Methods inherited from class org.apache.cxf.feature.AbstractFeature
doInitializeProvider, getActive, getID, isEnabled
-
Constructor Details
-
XSLTFeature
public XSLTFeature()
-
-
Method Details
-
setInXSLTPath
-
setOutXSLTPath
-