Class DefaultXMLImporterFactory
java.lang.Object
org.flowable.engine.impl.bpmn.parser.factory.DefaultXMLImporterFactory
- All Implemented Interfaces:
XMLImporterFactory
Default implementation of the
XMLImporterFactory. Used when no custom XMLImporterFactory is injected
on the ProcessEngineConfigurationImpl.- Author:
- Christophe DENEUX
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DefaultXMLImporterFactory
public DefaultXMLImporterFactory()
-
-
Method Details
-
createXMLImporter
public XMLImporter createXMLImporter(org.flowable.bpmn.model.Import theImport) throws FlowableException - Specified by:
createXMLImporterin interfaceXMLImporterFactory- Throws:
FlowableException
-