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(org.apache.cxf.ws.transfer.Representation representation,
org.apache.cxf.ws.transfer.Representation oldRepresentation) |
protected Validator validator
public XSDResourceValidator(Source xsd, ResourceTransformer resourceTransformer)
public XSDResourceValidator(Source xsd)
public boolean validate(org.apache.cxf.ws.transfer.Representation representation,
org.apache.cxf.ws.transfer.Representation oldRepresentation)
validate in interface ResourceValidatorApache CXF