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
Modifier and TypeFieldDescriptionstatic final String
The MRA XSD schema locationstatic final ObjectFactory
The Object Factory to use -
Method Summary
Modifier and TypeMethodDescriptionstatic MRAUtils
Returns instance ofMRAUtils
Returns a JAXBContextReturns a list of module-specific XSDSource
sMethods 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:XSDAbstractUtils
Returns a JAXBContext- Specified by:
getJAXBContext
in classXSDAbstractUtils
- Returns:
- the created
JAXBContext
- Throws:
JAXBException
- in case of an exception
-
getXSDSources
Description copied from class:XSDAbstractUtils
Returns a list of module-specific XSDSource
s- Specified by:
getXSDSources
in classXSDAbstractUtils
- Returns:
- list of XSD
Source
s
-