public class XSDResourceValidator extends Object implements ResourceValidator
| Constructor and Description |
|---|
XSDResourceValidator(Source xsd) |
XSDResourceValidator(Source xsd,
ResourceTransformer resourceTransformer) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
validate(Representation representation,
Representation oldRepresentation) |
protected Validator validator
public XSDResourceValidator(Source xsd, ResourceTransformer resourceTransformer)
public XSDResourceValidator(Source xsd)
public boolean validate(Representation representation,
Representation oldRepresentation)
validate in interface ResourceValidatorApache CXF