|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Service | |
|---|---|
| org.apache.wsil | |
| org.apache.wsil.impl | |
| org.apache.wsil.xml | |
| Uses of Service in org.apache.wsil |
|---|
| Methods in org.apache.wsil that return Service | |
|---|---|
abstract Service |
WSILDocument.createService()
Create service element. |
Service[] |
Inspection.getServices()
Get service elements. |
| Methods in org.apache.wsil with parameters of type Service | |
|---|---|
void |
Inspection.addService(Service service)
Add service element. |
void |
Inspection.removeService(Service service)
Remove service element. |
| Uses of Service in org.apache.wsil.impl |
|---|
| Classes in org.apache.wsil.impl that implement Service | |
|---|---|
class |
ServiceImpl
This class provides the support for the <service> element. |
| Methods in org.apache.wsil.impl that return Service | |
|---|---|
Service |
WSILDocumentImpl.createService()
Create service element. |
Service[] |
InspectionImpl.getServices()
Get service elements. |
| Methods in org.apache.wsil.impl with parameters of type Service | |
|---|---|
void |
InspectionImpl.addService(Service service)
Add service element. |
void |
InspectionImpl.removeService(Service service)
Removed service element. |
| Uses of Service in org.apache.wsil.xml |
|---|
| Methods in org.apache.wsil.xml that return Service | |
|---|---|
protected Service |
XMLReader.parseService(org.w3c.dom.Element serviceElement,
Inspection inspection)
Parse service element. |
| Methods in org.apache.wsil.xml with parameters of type Service | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||