be.ehealth.technicalconnector.validator.impl
Class XMLValidatorImpl
java.lang.Object
be.ehealth.technicalconnector.validator.impl.XMLValidatorImpl
- All Implemented Interfaces:
- XMLValidator
- Direct Known Subclasses:
- GenericAsyncXmlValidatorImpl, MemberDataXmlValidatorImpl
public class XMLValidatorImpl
- extends Object
- implements XMLValidator
Implementation for 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.
Method Summary |
void |
validate(Object xmlObject)
Validates a JAXB object |
XMLValidatorImpl
public XMLValidatorImpl()
validate
public void validate(Object xmlObject)
throws TechnicalConnectorException
- Description copied from interface:
XMLValidator
- Validates a JAXB object
- Specified by:
validate
in interface XMLValidator
- Parameters:
xmlObject
- the JAXB object
- Throws:
TechnicalConnectorException
- See Also:
be.ehealth.businessconnector.dmg.validators.DmgXmlValidator#validate(Object xmlObject)
Connector Packaging TRUSSMAKER 3.20.2 API
Copyright © {inceptionYear}-2020 eHealth. All Rights Reserved.