Class ModelFileModeler
- java.lang.Object
-
- com.sun.xml.rpc.processor.modeler.modelfile.ModelFileModeler
-
-
Constructor Summary
Constructors Constructor Description ModelFileModeler(ModelFileModelInfo modelInfo, Properties options)
-
-
-
Constructor Detail
-
ModelFileModeler
public ModelFileModeler(ModelFileModelInfo modelInfo, Properties options)
-
-
Method Detail
-
buildModel
public Model buildModel()
Description copied from interface:ModelerReturns the top model of a Web Service. May throw a ModelException if there is a problem with the model.- Specified by:
buildModelin interfaceModeler- Returns:
- Model - the root Node of the model of the Web Service
-
-