public class OperationValidator extends Object implements ElementValidator
| Constructor and Description |
|---|
OperationValidator(QName operationQName) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
validate(String uri,
String localName,
String qName)
The implementations should validate the qName of the sax elements,
throws an exception if needed, and return true when the validation
is no longer needed for the next element.
|
public OperationValidator(QName operationQName)
public boolean validate(String uri, String localName, String qName)
ElementValidatorvalidate in interface ElementValidatorCopyright © 2023 MuleSoft, Inc.. All rights reserved.