|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Service | |
---|---|
com.ibm.wsdl | |
com.ibm.wsdl.xml | |
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.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 | |
---|---|
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 | |
---|---|
protected Service |
WSDLReaderImpl.parseService(org.w3c.dom.Element serviceEl,
Definition def)
|
Uses of Service in javax.wsdl |
---|
Methods in javax.wsdl that return Service | |
---|---|
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 | |
---|---|
void |
Definition.addService(Service service)
Add a service to this WSDL description. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |