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
    Author:
    WS Development Team
    • 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