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 ServiceWSILDocument. 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 voidInspection. addService(Service service)Add service element.voidInspection. 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 classServiceImplThis class provides the support for the <service> element.Methods in org.apache.wsil.impl that return Service Modifier and Type Method Description ServiceWSILDocumentImpl. 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 voidInspectionImpl. addService(Service service)Add service element.voidInspectionImpl. 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 ServiceXMLReader. 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 DescriptionXMLReader. parseDescription(org.w3c.dom.Element descriptionElement, Service service)Parse description element.protected ServiceNameXMLReader. parseServiceName(org.w3c.dom.Element nameElement, Service service)Parse service name element.
-