Package eu.europa.esig.trustedlist
Class TrustedListUtils
java.lang.Object
eu.europa.esig.dss.jaxb.common.XSDAbstractUtils
eu.europa.esig.trustedlist.TrustedListUtils
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ObjectFactoryThe Object Factory to usestatic final Stringstatic final StringThe Trusted List XSD schema locationstatic final String -
Method Summary
Modifier and TypeMethodDescriptionstatic TrustedListUtilsReturns instance ofTrustedListUtilsjakarta.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 -
TRUSTED_LIST_SCHEMA_LOCATION
The Trusted List XSD schema location- See Also:
-
TRUSTED_LIST_SIE_SCHEMA_LOCATION
- See Also:
-
TRUSTED_LIST_ADDITIONALTYPES_SCHEMA_LOCATION
- See Also:
-
-
Method Details
-
getInstance
Returns instance ofTrustedListUtils- Returns:
TrustedListUtils
-
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
-