com.sun.tools.ws.processor.modeler
Interface Modeler

All Known Implementing Classes:
WSDLModeler, WSDLModelerBase

public interface Modeler

A Modeler is used to create a Model of a Web Service from a particular Web Web Service description such as a WSDL


Method Summary
 Model buildModel()
          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