Interface ResourceTransformer

All Known Implementing Classes:
XSLTResourceTransformer

public interface ResourceTransformer
The interface for a Transformer objects.
  • Method Summary

    Modifier and Type
    Method
    Description
    transform(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)