Class XSDResourceValidator
java.lang.Object
org.apache.cxf.ws.transfer.validationtransformation.XSDResourceValidator
- All Implemented Interfaces:
ResourceValidator
Implementation of the ResourceValidator interface for Schema validation.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanvalidate(org.apache.cxf.ws.transfer.Representation representation, org.apache.cxf.ws.transfer.Representation oldRepresentation)
-
Field Details
-
validator
-
-
Constructor Details
-
XSDResourceValidator
-
XSDResourceValidator
-
-
Method Details
-
validate
public boolean validate(org.apache.cxf.ws.transfer.Representation representation, org.apache.cxf.ws.transfer.Representation oldRepresentation) - Specified by:
validatein interfaceResourceValidator
-