Uses of Class
com.sun.tools.ws.processor.model.Model

Packages that use Model
com.sun.tools.ws.processor.generator   
com.sun.tools.ws.processor.model   
com.sun.tools.ws.processor.modeler   
com.sun.tools.ws.processor.modeler.annotation   
com.sun.tools.ws.processor.modeler.wsdl   
com.sun.tools.ws.processor.util   
 

Uses of Model in com.sun.tools.ws.processor.generator
 

Fields in com.sun.tools.ws.processor.generator declared as Model
protected  Model GeneratorBase.model
           
 

Methods in com.sun.tools.ws.processor.generator with parameters of type Model
static void CustomExceptionGenerator.generate(Model model, WsimportOptions options, ErrorReceiver receiver)
           
static void ServiceGenerator.generate(Model model, WsimportOptions options, ErrorReceiver receiver)
           
static void SeiGenerator.generate(Model model, WsimportOptions options, ErrorReceiver receiver, TJavaGeneratorExtension... extensions)
           
 GeneratorBase CustomExceptionGenerator.getGenerator(Model model, WsimportOptions options, ErrorReceiver receiver)
           
 void GeneratorBase.visit(Model model)
           
 void SeiGenerator.visit(Model model)
           
 

Constructors in com.sun.tools.ws.processor.generator with parameters of type Model
GeneratorBase(Model model, WsimportOptions options, ErrorReceiver receiver)
           
 

Uses of Model in com.sun.tools.ws.processor.model
 

Methods in com.sun.tools.ws.processor.model with parameters of type Model
protected  void ExtendedModelVisitor.postVisit(Model model)
           
protected  void ExtendedModelVisitor.preVisit(Model model)
           
 void ModelVisitor.visit(Model model)
           
 void ExtendedModelVisitor.visit(Model model)
           
 

Uses of Model in com.sun.tools.ws.processor.modeler
 

Methods in com.sun.tools.ws.processor.modeler that return Model
 Model Modeler.buildModel()
          Returns the top model of a Web Service.
 

Uses of Model in com.sun.tools.ws.processor.modeler.annotation
 

Methods in com.sun.tools.ws.processor.modeler.annotation with parameters of type Model
static boolean AnnotationProcessorContext.isEncoded(Model model)
           
 

Uses of Model in com.sun.tools.ws.processor.modeler.wsdl
 

Methods in com.sun.tools.ws.processor.modeler.wsdl that return Model
 Model WSDLModeler.buildModel()
           
 

Methods in com.sun.tools.ws.processor.modeler.wsdl with parameters of type Model
protected  void WSDLModeler.processService(Service wsdlService, Model model, WSDLDocument document)
           
 

Uses of Model in com.sun.tools.ws.processor.util
 

Methods in com.sun.tools.ws.processor.util with parameters of type Model
protected  void ClassNameCollector.postVisit(Model model)
           
 void ClassNameCollector.process(Model model)