Class XSLTResourceTransformer
- java.lang.Object
-
- org.apache.cxf.ws.transfer.validationtransformation.XSLTResourceTransformer
-
- All Implemented Interfaces:
ResourceTransformer
public class XSLTResourceTransformer extends Object implements ResourceTransformer
Implementation of the ResourceTransformer for the XSL transformation.
-
-
Field Summary
Fields Modifier and Type Field Description protected Templatestemplatesprotected ResourceValidatorvalidator
-
Constructor Summary
Constructors Constructor Description XSLTResourceTransformer(Source xsl)XSLTResourceTransformer(Source xsl, ResourceValidator validator)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ResourceValidatortransform(org.apache.cxf.ws.transfer.Representation newRepresentation, org.apache.cxf.ws.transfer.Representation oldRepresentation)
-
-
-
Field Detail
-
templates
protected Templates templates
-
validator
protected ResourceValidator validator
-
-
Constructor Detail
-
XSLTResourceTransformer
public XSLTResourceTransformer(Source xsl)
-
XSLTResourceTransformer
public XSLTResourceTransformer(Source xsl, ResourceValidator validator)
-
-
Method Detail
-
transform
public ResourceValidator transform(org.apache.cxf.ws.transfer.Representation newRepresentation, org.apache.cxf.ws.transfer.Representation oldRepresentation)
- Specified by:
transformin interfaceResourceTransformer
-
-