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