|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Description | |
---|---|
org.apache.wsil | |
org.apache.wsil.impl | |
org.apache.wsil.xml |
Uses of Description in org.apache.wsil |
---|
Methods in org.apache.wsil that return Description | |
---|---|
abstract Description |
WSILDocument.createDescription()
Create description element. |
Description[] |
Service.getDescriptions()
Get description elements. |
Methods in org.apache.wsil with parameters of type Description | |
---|---|
void |
Service.addDescription(Description description)
Add description element. |
void |
Service.removeDescription(Description description)
Remove description element. |
Uses of Description in org.apache.wsil.impl |
---|
Classes in org.apache.wsil.impl that implement Description | |
---|---|
class |
DescriptionImpl
This class provides the support for the <description> element. |
Methods in org.apache.wsil.impl that return Description | |
---|---|
Description |
WSILDocumentImpl.createDescription()
Create description element. |
Description[] |
ServiceImpl.getDescriptions()
Get description elements. |
Methods in org.apache.wsil.impl with parameters of type Description | |
---|---|
void |
ServiceImpl.addDescription(Description description)
Add description element. |
void |
ServiceImpl.removeDescription(Description description)
Remove description element. |
Uses of Description in org.apache.wsil.xml |
---|
Methods in org.apache.wsil.xml that return Description | |
---|---|
protected Description |
XMLReader.parseDescription(org.w3c.dom.Element descriptionElement,
Service service)
Parse description element. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |