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

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

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

Methods in com.sun.tools.ws.processor.generator with parameters of type Service
 void GeneratorBase.visit(Service service)
           
 void SeiGenerator.visit(Service service)
           
 void ServiceGenerator.visit(Service service)
           
 

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

Methods in com.sun.tools.ws.processor.model that return Service
 Service Model.getServiceByName(QName name)
           
 

Methods in com.sun.tools.ws.processor.model that return types with arguments of type Service
 List<Service> Model.getServices()
           
 

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

Method parameters in com.sun.tools.ws.processor.model with type arguments of type Service
 void Model.setServices(List<Service> l)
           
 

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

Methods in com.sun.tools.ws.processor.modeler.annotation with parameters of type Service
 void WebServiceAP.setService(Service service)
           
 void ModelBuilder.setService(Service service)
           
 

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

Methods in com.sun.tools.ws.processor.modeler.wsdl with parameters of type Service
protected  boolean WSDLModeler.processPort(Port wsdlPort, Service service, WSDLDocument document)
           
 

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

Methods in com.sun.tools.ws.processor.util with parameters of type Service
protected  void ClassNameCollector.preVisit(Service service)