public interface XMLImporterFactory
WebServiceActivityBehavior to instantiate XMLImporter.
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 the ProcessEngineConfigurationImpl and its subclasses.| Modifier and Type | Method and Description |
|---|---|
XMLImporter |
createXMLImporter(org.flowable.bpmn.model.Import theImport) |
XMLImporter createXMLImporter(org.flowable.bpmn.model.Import theImport) throws FlowableException
FlowableExceptionCopyright © 2019 Flowable. All rights reserved.