Interface XMLImporterFactory

All Known Implementing Classes:
DefaultXMLImporterFactory

public interface XMLImporterFactory
Factory class used by the 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.
Author:
Christophe DENEUX
  • Method Summary

    Modifier and Type
    Method
    Description
    createXMLImporter(org.flowable.bpmn.model.Import theImport)