Uses of Interface
javax.wsdl.Service

Packages that use Service
javax.wsdl   
 

Uses of Service in javax.wsdl
 

Methods in javax.wsdl that return Service
 Service Definition.getService(QName name)
          Get the specified service.
 Service Definition.removeService(QName name)
          Remove the specified service from this definition.
 Service Definition.createService()
          Create a new service.
 

Methods in javax.wsdl with parameters of type Service
 void Definition.addService(Service service)
          Add a service to this WSDL description.