Package eu.europa.esig.trustedlist.mra
Class MRAUtils
java.lang.Object
eu.europa.esig.xmldsig.XSDAbstractUtils
eu.europa.esig.trustedlist.mra.MRAUtils
MRA Utils
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe MRA XSD schema locationstatic final ObjectFactoryThe Object Factory to use -
Method Summary
Modifier and TypeMethodDescriptionstatic MRAUtilsReturns instance ofMRAUtilsReturns a JAXBContextReturns a list of module-specific XSDSourcesMethods inherited from class eu.europa.esig.xmldsig.XSDAbstractUtils
getSchema, getSchema, validate, validateAgainstXSD, validateAgainstXSD
-
Field Details
-
OBJECT_FACTORY
The Object Factory to use -
MRA_SCHEMA_LOCATION
The MRA XSD schema location- See Also:
-
-
Method Details
-
getInstance
Returns instance ofMRAUtils- Returns:
MRAUtils
-
getJAXBContext
Description copied from class:XSDAbstractUtilsReturns a JAXBContext- Specified by:
getJAXBContextin classXSDAbstractUtils- Returns:
- the created
JAXBContext - Throws:
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
-