Package eu.europa.esig.saml
Class SoapEnvelopeUtils
java.lang.Object
eu.europa.esig.xmldsig.XSDAbstractUtils
eu.europa.esig.saml.SoapEnvelopeUtils
public class SoapEnvelopeUtils extends XSDAbstractUtils
-
Field Summary
Fields Modifier and Type Field Description static StringXML_SOAP_SCHEMA_LOCATION -
Method Summary
Modifier and Type Method Description static SoapEnvelopeUtilsgetInstance()JAXBContextgetJAXBContext()Returns a JAXBContextList<Source>getXSDSources()Returns a list of module-specific XSDSourcesMethods inherited from class eu.europa.esig.xmldsig.XSDAbstractUtils
getSchema, getSchema, validate, validateAgainstXSD, validateAgainstXSD
-
Field Details
-
Method Details
-
getInstance
-
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
-