Package eu.europa.esig.validationreport
Class ValidationReportUtils
java.lang.Object
eu.europa.esig.dss.jaxb.common.XSDAbstractUtils
eu.europa.esig.validationreport.ValidationReportUtils
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ObjectFactoryThe Object Factory to usestatic final StringThe ETSI Validation Report XSD schema location -
Method Summary
Modifier and TypeMethodDescriptionstatic ValidationReportUtilsReturns instance ofValidationReportUtilsjakarta.xml.bind.JAXBContextReturns a JAXBContextReturns a list of module-specific XSDSourcesMethods inherited from class eu.europa.esig.dss.jaxb.common.XSDAbstractUtils
getSchema, getSchema, validate, validateAgainstXSD, validateAgainstXSD
-
Field Details
-
OBJECT_FACTORY
The Object Factory to use -
VALIDATION_REPORT_SCHEMA_LOCATION
The ETSI Validation Report XSD schema location- See Also:
-
-
Method Details
-
getInstance
Returns instance ofValidationReportUtils- Returns:
ValidationReportUtils
-
getJAXBContext
public jakarta.xml.bind.JAXBContext getJAXBContext() throws jakarta.xml.bind.JAXBExceptionDescription copied from class:XSDAbstractUtilsReturns a JAXBContext- Specified by:
getJAXBContextin classXSDAbstractUtils- Returns:
- the created
JAXBContext - Throws:
jakarta.xml.bind.JAXBException- in case of an exception
-
getXSDSources
Description copied from class:XSDAbstractUtilsReturns a list of module-specific XSDSources- Specified by:
getXSDSourcesin classXSDAbstractUtils- Returns:
- list of XSD
Sources
-