|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Service | |
com.ibm.wsdl | |
javax.wsdl |
Uses of Service in com.ibm.wsdl |
Classes in com.ibm.wsdl that implement Service | |
class |
ServiceImpl
This class represents a service, which groups related ports to provide some functionality. |
Methods in com.ibm.wsdl that return Service | |
Service |
DefinitionImpl.getService(javax.xml.namespace.QName name)
Get the specified service. |
Service |
DefinitionImpl.removeService(javax.xml.namespace.QName name)
Remove the specified service from this definition. |
Service |
DefinitionImpl.createService()
Create a new service. |
Methods in com.ibm.wsdl with parameters of type Service | |
void |
DefinitionImpl.addService(Service service)
Add a service to this WSDL description. |
Uses of Service in javax.wsdl |
Methods in javax.wsdl that return Service | |
Service |
Definition.getService(javax.xml.namespace.QName name)
Get the specified service. |
Service |
Definition.removeService(javax.xml.namespace.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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |