Interface XMLImporterFactory
-
- All Known Implementing Classes:
DefaultXMLImporterFactory
public interface XMLImporterFactoryFactory class used by theWebServiceActivityBehaviorto instantiateXMLImporter. You can provide your own implementation of this class to provide your own XML/WSDL importer. An instance of this interface can be injected in theProcessEngineConfigurationImpland its subclasses.- Author:
- Christophe DENEUX
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description XMLImportercreateXMLImporter(org.flowable.bpmn.model.Import theImport)
-
-
-
Method Detail
-
createXMLImporter
XMLImporter createXMLImporter(org.flowable.bpmn.model.Import theImport) throws FlowableException
- Throws:
FlowableException
-
-