Uses of Interface
org.apache.wsil.Service
Packages that use Service
-
Uses of Service in org.apache.wsil
Methods in org.apache.wsil that return ServiceModifier and TypeMethodDescriptionabstract Service
WSILDocument.createService()
Create service element.Service[]
Inspection.getServices()
Get service elements.Methods in org.apache.wsil with parameters of type ServiceModifier and TypeMethodDescriptionvoid
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 ServiceModifier and TypeClassDescriptionclass
This class provides the support for the <service> element.Methods in org.apache.wsil.impl that return ServiceModifier and TypeMethodDescriptionWSILDocumentImpl.createService()
Create service element.Service[]
InspectionImpl.getServices()
Get service elements.Methods in org.apache.wsil.impl with parameters of type ServiceModifier and TypeMethodDescriptionvoid
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 ServiceModifier and TypeMethodDescriptionprotected Service
XMLReader.parseService
(Element serviceElement, Inspection inspection) Parse service element.Methods in org.apache.wsil.xml with parameters of type ServiceModifier and TypeMethodDescriptionprotected Description
XMLReader.parseDescription
(Element descriptionElement, Service service) Parse description element.protected ServiceName
XMLReader.parseServiceName
(Element nameElement, Service service) Parse service name element.