Class LOTEUtils
java.lang.Object
eu.europa.esig.dss.jaxb.common.XSDAbstractUtils
eu.europa.esig.lote.xml.LOTEUtils
ETSI TS 119 602 List of Trusted Entities XML Utils
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final ObjectFactoryThe Object Factory to use -
Method Summary
Modifier and TypeMethodDescriptionstatic LOTEUtilsReturns instance ofLOTEUtilsjakarta.xml.bind.JAXBContextReturns a JAXBContextReturns a list of module-specific XSDSourcesMethods inherited from class XSDAbstractUtils
getSchema, getSchema, validate, validateAgainstXSD, validateAgainstXSD
-
Field Details
-
OBJECT_FACTORY
The Object Factory to use -
LOTE_SCHEMA_LOCATION
- See Also:
-
LOTE_SIE_SCHEMA_LOCATION
- See Also:
-
LOTE_TIE_SCHEMA_LOCATION
- See Also:
-
-
Method Details
-
getInstance
-
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
-