Package | Description |
---|---|
org.apache.wsil | |
org.apache.wsil.impl | |
org.apache.wsil.xml |
Modifier and Type | Method and Description |
---|---|
abstract Service |
WSILDocument.createService()
Create service element.
|
Service[] |
Inspection.getServices()
Get service elements.
|
Modifier and Type | Method and Description |
---|---|
void |
Inspection.addService(Service service)
Add service element.
|
void |
Inspection.removeService(Service service)
Remove service element.
|
Modifier and Type | Class and Description |
---|---|
class |
ServiceImpl
This class provides the support for the <service> element.
|
Modifier and Type | Method and Description |
---|---|
Service |
WSILDocumentImpl.createService()
Create service element.
|
Service[] |
InspectionImpl.getServices()
Get service elements.
|
Modifier and Type | Method and Description |
---|---|
void |
InspectionImpl.addService(Service service)
Add service element.
|
void |
InspectionImpl.removeService(Service service)
Removed service element.
|
Modifier and Type | Method and Description |
---|---|
protected Service |
XMLReader.parseService(org.w3c.dom.Element serviceElement,
Inspection inspection)
Parse service element.
|
Modifier and Type | Method and Description |
---|---|
protected Description |
XMLReader.parseDescription(org.w3c.dom.Element descriptionElement,
Service service)
Parse description element.
|
protected ServiceName |
XMLReader.parseServiceName(org.w3c.dom.Element nameElement,
Service service)
Parse service name element.
|
Copyright ? 2001 International Business Machines Corporation. All Rights Reserved.