Uses of Class
org.n52.shetland.w3c.wsdl.Service
-
Packages that use Service Package Description org.n52.shetland.w3c.wsdl -
-
Uses of Service in org.n52.shetland.w3c.wsdl
Methods in org.n52.shetland.w3c.wsdl that return Service Modifier and Type Method Description ServiceService. addPort(Port port)ServiceService. addPorts(Collection<Port> ports)ServiceService. setPorts(Collection<Port> ports)Methods in org.n52.shetland.w3c.wsdl that return types with arguments of type Service Modifier and Type Method Description Collection<Service>Definitions. getServices()Methods in org.n52.shetland.w3c.wsdl with parameters of type Service Modifier and Type Method Description DefinitionsDefinitions. addService(Service service)Method parameters in org.n52.shetland.w3c.wsdl with type arguments of type Service Modifier and Type Method Description DefinitionsDefinitions. addServices(Collection<Service> services)DefinitionsDefinitions. setServices(Collection<Service> services)
-