Package | Description |
---|---|
org.apache.wsil | |
org.apache.wsil.impl | |
org.apache.wsil.xml |
Modifier and Type | Method and Description |
---|---|
abstract Description |
WSILDocument.createDescription()
Create description element.
|
Description[] |
Service.getDescriptions()
Get description elements.
|
Modifier and Type | Method and Description |
---|---|
void |
Service.addDescription(Description description)
Add description element.
|
void |
Service.removeDescription(Description description)
Remove description element.
|
Modifier and Type | Class and Description |
---|---|
class |
DescriptionImpl
This class provides the support for the <description> element.
|
Modifier and Type | Method and Description |
---|---|
Description |
WSILDocumentImpl.createDescription()
Create description element.
|
Description[] |
ServiceImpl.getDescriptions()
Get description elements.
|
Modifier and Type | Method and Description |
---|---|
void |
ServiceImpl.addDescription(Description description)
Add description element.
|
void |
ServiceImpl.removeDescription(Description description)
Remove description element.
|
Modifier and Type | Method and Description |
---|---|
protected Description |
XMLReader.parseDescription(org.w3c.dom.Element descriptionElement,
Service service)
Parse description element.
|
Copyright ? 2001 International Business Machines Corporation. All Rights Reserved.