Package | Description |
---|---|
org.apache.wsil | |
org.apache.wsil.impl | |
org.apache.wsil.xml |
Modifier and Type | Method and Description |
---|---|
abstract ServiceName |
WSILDocument.createServiceName()
Create service name element.
|
ServiceName[] |
Service.getServiceNames()
Get service names.
|
Modifier and Type | Method and Description |
---|---|
void |
Service.addServiceName(ServiceName serviceName)
Add a service name.
|
void |
Service.removeServiceName(ServiceName serviceName)
Remove service name.
|
Modifier and Type | Class and Description |
---|---|
class |
ServiceNameImpl
This class provides the support for the <name> element.
|
Modifier and Type | Method and Description |
---|---|
ServiceName |
WSILDocumentImpl.createServiceName()
Create service name element.
|
ServiceName[] |
ServiceImpl.getServiceNames()
Get the service name.
|
Modifier and Type | Method and Description |
---|---|
void |
ServiceImpl.addServiceName(ServiceName serviceName)
Add service name.
|
void |
ServiceImpl.removeServiceName(ServiceName serviceName)
Remove a service name.
|
Modifier and Type | Method and Description |
---|---|
protected ServiceName |
XMLReader.parseServiceName(org.w3c.dom.Element nameElement,
Service service)
Parse service name element.
|
Copyright ? 2001 International Business Machines Corporation. All Rights Reserved.