Interface Modeler
-
- All Known Implementing Classes:
J2EEModeler,J2EEModeler111,J2EEModeler112,ModelFileModeler,NoMetadataModeler,RmiModeler,WSDLModeler,WSDLModeler101,WSDLModeler103,WSDLModeler11,WSDLModeler111,WSDLModeler112,WSDLModelerBase
public interface Modeler- Author:
- JAX-RPC 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
-
-