Interface Modeler
-
- All Known Implementing Classes:
WSDLModeler,WSDLModelerBase
public interface ModelerA Modeler is used to create a Model of a Web Service from a particular Web Web Service description such as a WSDL- Author:
- WS Development Team
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ModelbuildModel()Returns the top model of a Web Service.
-
-
-
Method Detail
-
buildModel
Model buildModel()
Returns the top model of a Web Service. May throw a ModelException if there is a problem with the model.- Returns:
- Model - the root Node of the model of the Web Service
- Throws:
ModelerException
-
-