public class XMLValidatorImpl extends Object implements XMLValidator
XMLValidator When you override this class, you need to initialise the map XSD_FILE_LOCATION_FOR_CLASS_MAP with
the XSDs you need the map containing the xsd files is already created in this superclass. only files should be added.| Constructor and Description |
|---|
XMLValidatorImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
validate(Object xmlObject)
Validates the given XML object against its registered XSD schema.
|
public void validate(Object xmlObject) throws TechnicalConnectorException
validate in interface XMLValidatorxmlObject - the object to validate; must not be nullTechnicalConnectorException - if xmlObject is null, has no registered XSD, or fails validation
Connector Packaging generic 4.9.5 API
Copyright © {inceptionYear}-2026 eHealth. All Rights Reserved.