public class DomainElementsValidator extends Object implements ElementValidator
PreProcessor that validates that no mule element is used inside a <spring:beans> element.
This is for security and consistency reasons. A way of enforcing that XSD is not cheated| Constructor and Description |
|---|
DomainElementsValidator() |
| Modifier and Type | Method and Description |
|---|---|
void |
validate(Element element)
Validates the element and throws exception if validation failed
|
public void validate(Element element)
ElementValidatorvalidate in interface ElementValidatorelement - the Element to be validatedCopyright © 2003–2017 MuleSoft, Inc.. All rights reserved.