Interface ResourceTransformer
-
- All Known Implementing Classes:
XSLTResourceTransformer
public interface ResourceTransformerThe interface for a Transformer objects.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ResourceValidatortransform(org.apache.cxf.ws.transfer.Representation newRepresentation, org.apache.cxf.ws.transfer.Representation oldRepresentation)
-
-
-
Method Detail
-
transform
ResourceValidator transform(org.apache.cxf.ws.transfer.Representation newRepresentation, org.apache.cxf.ws.transfer.Representation oldRepresentation)
-
-