Class DefaultXMLImporterFactory
- java.lang.Object
-
- org.flowable.engine.impl.bpmn.parser.factory.DefaultXMLImporterFactory
-
- All Implemented Interfaces:
XMLImporterFactory
public class DefaultXMLImporterFactory extends Object implements XMLImporterFactory
Default implementation of theXMLImporterFactory. Used when no customXMLImporterFactoryis injected on theProcessEngineConfigurationImpl.- Author:
- Christophe DENEUX
-
-
Constructor Summary
Constructors Constructor Description DefaultXMLImporterFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description XMLImportercreateXMLImporter(org.flowable.bpmn.model.Import theImport)
-
-
-
Method Detail
-
createXMLImporter
public XMLImporter createXMLImporter(org.flowable.bpmn.model.Import theImport) throws FlowableException
- Specified by:
createXMLImporterin interfaceXMLImporterFactory- Throws:
FlowableException
-
-