Package | Description |
---|---|
com.ibm.wsdl | |
com.ibm.wsdl.xml | |
javax.wsdl |
Modifier and Type | Class and Description |
---|---|
class |
ServiceImpl
This class represents a service, which groups related
ports to provide some functionality.
|
Modifier and Type | Method and 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 and Description |
---|---|
void |
DefinitionImpl.addService(Service service)
Add a service to this WSDL description.
|
Modifier and Type | Method and Description |
---|---|
protected Service |
WSDLReaderImpl.parseService(Element serviceEl,
Definition def) |
Modifier and Type | Method and 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 and Description |
---|---|
void |
Definition.addService(Service service)
Add a service to this WSDL description.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.