Interface XMLImporter
-
@Internal public interface XMLImporter
A XML importer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Map<java.lang.String,WSOperation>getOperations()java.util.Map<java.lang.String,WSService>getServices()java.util.Map<java.lang.String,StructureDefinition>getStructures()voidimportFrom(org.activiti.bpmn.model.Import theImport, java.lang.String sourceSystemId)Imports the definitions in the XML declared in element
-
-
-
Method Detail
-
importFrom
void importFrom(org.activiti.bpmn.model.Import theImport, java.lang.String sourceSystemId)Imports the definitions in the XML declared in element- Parameters:
element- the declarations to be imported
-
getStructures
java.util.Map<java.lang.String,StructureDefinition> getStructures()
-
getServices
java.util.Map<java.lang.String,WSService> getServices()
-
getOperations
java.util.Map<java.lang.String,WSOperation> getOperations()
-
-