Package eu.europa.esig.dss.jaxb.common
Class AbstractFactoryBuilder<F>
java.lang.Object
eu.europa.esig.dss.jaxb.common.AbstractConfigurator<F>
eu.europa.esig.dss.jaxb.common.AbstractFactoryBuilder<F>
- Type Parameters:
F
- class of the object to be built
- Direct Known Subclasses:
DocumentBuilderFactoryBuilder
,SchemaFactoryBuilder
,TransformerFactoryBuilder
Abstract class to build a secure builder instance
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected abstract F
This method instantiates the corresponding factory.Methods inherited from class eu.europa.esig.dss.jaxb.common.AbstractConfigurator
disableFeature, enableFeature, removeAttribute, setAttribute, setSecurityAttribute, setSecurityAttributes, setSecurityExceptionAlert, setSecurityFeature, setSecurityFeatures
-
Constructor Details
-
AbstractFactoryBuilder
protected AbstractFactoryBuilder()Default constructor
-
-
Method Details
-
instantiateFactory
This method instantiates the corresponding factory. NOTE: in order to change the default behavior, the related class and the current method should be overridden- Returns:
- factory
-