Interface ResourceValidator

  • All Known Implementing Classes:
    XSDResourceValidator

    public interface ResourceValidator
    The interface for Validator objects.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean validate​(org.apache.cxf.ws.transfer.Representation newRepresentation, org.apache.cxf.ws.transfer.Representation oldRepresentation)  
    • Method Detail

      • validate

        boolean validate​(org.apache.cxf.ws.transfer.Representation newRepresentation,
                         org.apache.cxf.ws.transfer.Representation oldRepresentation)