Interface ResourceTransformer
- All Known Implementing Classes:
XSLTResourceTransformer
public interface ResourceTransformer
The interface for a Transformer objects.
-
Method Summary
Modifier and TypeMethodDescriptiontransform(org.apache.cxf.ws.transfer.Representation newRepresentation, org.apache.cxf.ws.transfer.Representation oldRepresentation)
-
Method Details
-
transform
ResourceValidator transform(org.apache.cxf.ws.transfer.Representation newRepresentation, org.apache.cxf.ws.transfer.Representation oldRepresentation)
-