Class XSLTResourceTransformer
java.lang.Object
org.apache.cxf.ws.transfer.validationtransformation.XSLTResourceTransformer
- All Implemented Interfaces:
ResourceTransformer
Implementation of the ResourceTransformer for the XSL transformation.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiontransform(org.apache.cxf.ws.transfer.Representation newRepresentation, org.apache.cxf.ws.transfer.Representation oldRepresentation)
-
Field Details
-
templates
-
validator
-
-
Constructor Details
-
XSLTResourceTransformer
-
XSLTResourceTransformer
-
-
Method Details
-
transform
public ResourceValidator transform(org.apache.cxf.ws.transfer.Representation newRepresentation, org.apache.cxf.ws.transfer.Representation oldRepresentation) - Specified by:
transformin interfaceResourceTransformer
-