Interface ResourceValidator
- All Known Implementing Classes:
XSDResourceValidator
public interface ResourceValidator
The interface for Validator objects.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanvalidate(org.apache.cxf.ws.transfer.Representation newRepresentation, org.apache.cxf.ws.transfer.Representation oldRepresentation)
-
Method Details
-
validate
boolean validate(org.apache.cxf.ws.transfer.Representation newRepresentation, org.apache.cxf.ws.transfer.Representation oldRepresentation)
-