Uses of Interface
org.apache.wsil.Service
-
Packages that use Service Package Description 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 Modifier and Type Method Description abstract Service
WSILDocument. createService()
Create service element.Service[]
Inspection. getServices()
Get service elements.Methods in org.apache.wsil with parameters of type Service Modifier and Type Method Description 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 Modifier and Type Class Description class
ServiceImpl
This class provides the support for the <service> element.Methods in org.apache.wsil.impl that return Service Modifier and Type Method Description Service
WSILDocumentImpl. createService()
Create service element.Service[]
InspectionImpl. getServices()
Get service elements.Methods in org.apache.wsil.impl with parameters of type Service Modifier and Type Method Description 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 Modifier and Type Method Description 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 Modifier and Type Method 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.
-