Package | Description |
---|---|
com.ibm.wsdl | |
com.ibm.wsdl.xml | |
javax.wsdl |
Modifier and Type | Class | Description |
---|---|---|
class |
ServiceImpl |
This class represents a service, which groups related
ports to provide some functionality.
|
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.
|
Modifier and Type | Method | Description |
---|---|---|
void |
DefinitionImpl.addService(Service service) |
Add a service to this WSDL description.
|
Modifier and Type | Method | Description |
---|---|---|
protected Service |
WSDLReaderImpl.parseService(org.w3c.dom.Element serviceEl,
Definition def) |
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.
|
Modifier and Type | Method | Description |
---|---|---|
void |
Definition.addService(Service service) |
Add a service to this WSDL description.
|
Copyright ? 2003, 2013 IBM. All Rights Reserved.