Uses of Class
com.sun.tools.ws.wsdl.document.Service

Packages that use Service
com.sun.tools.ws.processor.modeler.wsdl   
com.sun.tools.ws.wsdl.document   
 

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  String WSDLModeler.getServiceInterfaceName(QName serviceQName, Service wsdlService)
           
protected  void WSDLModeler.processService(Service wsdlService, Model model, WSDLDocument document)
           
 

Uses of Service in com.sun.tools.ws.wsdl.document
 

Methods in com.sun.tools.ws.wsdl.document that return Service
 Service Port.getService()
           
 

Methods in com.sun.tools.ws.wsdl.document that return types with arguments of type Service
 Iterator<Service> Definitions.services()
           
 

Methods in com.sun.tools.ws.wsdl.document with parameters of type Service
 void Definitions.add(Service s)
           
 void Definitions.addServiceOveride(Service s)
           
 void WSDLDocumentVisitorBase.postVisit(Service service)
           
 void WSDLDocumentVisitor.postVisit(Service service)
           
 void WSDLDocumentVisitorBase.preVisit(Service service)
           
 void WSDLDocumentVisitor.preVisit(Service service)
           
 void Port.setService(Service s)