Package eu.europa.esig.dss.policy
Class ValidationPolicyXmlDefiner
java.lang.Object
eu.europa.esig.dss.policy.ValidationPolicyXmlDefiner
public final class ValidationPolicyXmlDefiner extends Object
Contains cached the
JAXBContext
and Schema
for an XML validation policy-
Field Summary
Fields Modifier and Type Field Description static ObjectFactory
OBJECT_FACTORY
The object factory to use -
Method Summary
Modifier and Type Method Description static JAXBContext
getJAXBContext()
Gets theJAXBContext
static Schema
getSchema()
Gets theSchema
-
Field Details
-
OBJECT_FACTORY
The object factory to use
-
-
Method Details
-
getJAXBContext
Gets theJAXBContext
- Returns:
JAXBContext
- Throws:
JAXBException
- if an exception occurs
-
getSchema
Gets theSchema
- Returns:
Schema
- Throws:
IOException
- if an IOException occursSAXException
- if a SAXException occurs
-