Interface XMLImporter
public interface XMLImporter
A XML importer
- Author:
- Esteban Robles Luna
-
Method Summary
Modifier and TypeMethodDescriptionvoid
importFrom
(Import theImport, String sourceSystemId) Imports the definitions in the XML declared in element
-
Method Details
-
importFrom
Imports the definitions in the XML declared in element- Parameters:
theImport
- the declarations to be importedsourceSystemId
-
-
getStructures
Map<String,StructureDefinition> getStructures() -
getServices
-
getOperations
Map<String,WSOperation> getOperations()
-