public class XSLTResourceTransformer extends Object implements ResourceTransformer
| Modifier and Type | Field and Description |
|---|---|
protected Templates |
templates |
protected ResourceValidator |
validator |
| Constructor and Description |
|---|
XSLTResourceTransformer(Source xsl) |
XSLTResourceTransformer(Source xsl,
ResourceValidator validator) |
| Modifier and Type | Method and Description |
|---|---|
ResourceValidator |
transform(org.apache.cxf.ws.transfer.Representation newRepresentation,
org.apache.cxf.ws.transfer.Representation oldRepresentation) |
protected Templates templates
protected ResourceValidator validator
public XSLTResourceTransformer(Source xsl)
public XSLTResourceTransformer(Source xsl, ResourceValidator validator)
public ResourceValidator transform(org.apache.cxf.ws.transfer.Representation newRepresentation, org.apache.cxf.ws.transfer.Representation oldRepresentation)
transform in interface ResourceTransformerApache CXF