public class EnvelopeValidator extends Object implements ElementValidator
| Modifier and Type | Field and Description |
|---|---|
static String |
ENVELOPE_LOCAL_NAME |
| Constructor and Description |
|---|
EnvelopeValidator(Boolean isSoap11) |
| 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 static final String ENVELOPE_LOCAL_NAME
public EnvelopeValidator(Boolean isSoap11)
public boolean validate(String uri, String localName, String qName)
ElementValidatorvalidate in interface ElementValidatorCopyright © 2023 MuleSoft, Inc.. All rights reserved.