Uses of Interface
javax.wsdl.Service
-
Packages that use Service Package Description com.ibm.wsdl com.ibm.wsdl.xml javax.wsdl -
-
Uses of Service in com.ibm.wsdl
Classes in com.ibm.wsdl that implement Service Modifier and Type Class Description class
ServiceImpl
This class represents a service, which groups related ports to provide some functionality.Methods in com.ibm.wsdl that return Service Modifier and Type Method Description Service
DefinitionImpl. createService()
Create a new service.Service
DefinitionImpl. getService(QName name)
Get the specified service.Service
DefinitionImpl. removeService(QName name)
Remove the specified service from this definition.Methods in com.ibm.wsdl with parameters of type Service Modifier and Type Method Description void
DefinitionImpl. addService(Service service)
Add a service to this WSDL description. -
Uses of Service in com.ibm.wsdl.xml
Methods in com.ibm.wsdl.xml that return Service Modifier and Type Method Description protected Service
WSDLReaderImpl. parseService(org.w3c.dom.Element serviceEl, Definition def)
-
Uses of Service in javax.wsdl
Methods in javax.wsdl that return Service Modifier and Type Method Description Service
Definition. createService()
Create a new service.Service
Definition. getService(QName name)
Get the specified service.Service
Definition. removeService(QName name)
Remove the specified service from this definition.Methods in javax.wsdl with parameters of type Service Modifier and Type Method Description void
Definition. addService(Service service)
Add a service to this WSDL description.
-