Package eu.europa.esig.asic.manifest
Class ASiCManifestUtils
java.lang.Object
eu.europa.esig.xmldsig.XSDAbstractUtils
eu.europa.esig.asic.manifest.ASiCManifestUtils
Contains utils for dealing with ASiC Manifest
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic ASiCManifestUtilsReturns the instance ofASiCManifestUtilsReturns a JAXBContextReturns a list of module-specific XSDSourcesMethods inherited from class eu.europa.esig.xmldsig.XSDAbstractUtils
getSchema, getSchema, validate, validateAgainstXSD, validateAgainstXSD
-
Field Details
-
ASIC_MANIFEST
The ASiC Manifest XSD schema path- See Also:
-
-
Method Details
-
getInstance
Returns the instance ofASiCManifestUtils- Returns:
ASiCManifestUtils
-
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
-