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 ObjectFactoryOBJECT_FACTORYThe object factory to use -
Method Summary
Modifier and Type Method Description static JAXBContextgetJAXBContext()Gets theJAXBContextstatic SchemagetSchema()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
-