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(Representation newRepresentation,
Representation oldRepresentation) |
protected Templates templates
protected ResourceValidator validator
public XSLTResourceTransformer(Source xsl)
public XSLTResourceTransformer(Source xsl, ResourceValidator validator)
public ResourceValidator transform(Representation newRepresentation, Representation oldRepresentation)
transform in interface ResourceTransformerApache CXF