Uses of Class
com.sun.tools.ws.wsdl.document.Service
-
Packages that use Service Package Description 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 Modifier and Type Method Description protected StringWSDLModeler. getServiceInterfaceName(QName serviceQName, Service wsdlService)protected voidWSDLModeler. 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 Modifier and Type Method Description ServicePort. getService()Methods in com.sun.tools.ws.wsdl.document that return types with arguments of type Service Modifier and Type Method Description Iterator<Service>Definitions. services()Methods in com.sun.tools.ws.wsdl.document with parameters of type Service Modifier and Type Method Description voidDefinitions. add(Service s)voidDefinitions. addServiceOveride(Service s)voidWSDLDocumentVisitor. postVisit(Service service)voidWSDLDocumentVisitorBase. postVisit(Service service)voidWSDLDocumentVisitor. preVisit(Service service)voidWSDLDocumentVisitorBase. preVisit(Service service)voidPort. setService(Service s)
-