Uses of Class
com.sun.tools.ws.processor.model.Service
-
Packages that use Service Package Description com.sun.tools.ws.processor.generator com.sun.tools.ws.processor.model 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 Modifier and Type Method Description voidGeneratorBase. visit(Service service)voidJwsImplGenerator. visit(Service service)voidSeiGenerator. visit(Service service)voidServiceGenerator. visit(Service service) -
Uses of Service in com.sun.tools.ws.processor.model
Methods in com.sun.tools.ws.processor.model that return Service Modifier and Type Method Description ServiceModel. getServiceByName(QName name)Methods in com.sun.tools.ws.processor.model that return types with arguments of type Service Modifier and Type Method Description List<Service>Model. getServices()Methods in com.sun.tools.ws.processor.model with parameters of type Service Modifier and Type Method Description voidModel. addService(Service service)protected voidExtendedModelVisitor. postVisit(Service service)protected voidExtendedModelVisitor. preVisit(Service service)voidModelVisitor. visit(Service service)Method parameters in com.sun.tools.ws.processor.model with type arguments of type Service Modifier and Type Method Description voidModel. setServices(List<Service> l) -
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 booleanWSDLModeler. 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 Modifier and Type Method Description protected voidClassNameCollector. preVisit(Service service)
-