Uses of Interface
org.apache.wsil.Inspection
Packages that use Inspection
-
Uses of Inspection in org.apache.wsil
Fields in org.apache.wsil declared as InspectionModifier and TypeFieldDescriptionprotected Inspection
WSILDocument.inspection
Inspection element.Methods in org.apache.wsil that return InspectionModifier and TypeMethodDescriptionWSILDocument.getInspection()
Get the inspection element for this document. -
Uses of Inspection in org.apache.wsil.impl
Classes in org.apache.wsil.impl that implement InspectionModifier and TypeClassDescriptionclass
This class provides the support for the <inspection> element. -
Uses of Inspection in org.apache.wsil.xml
Methods in org.apache.wsil.xml with parameters of type InspectionModifier and TypeMethodDescriptionprotected Link
XMLReader.parseLink
(Element linkElement, Inspection inspection) Parse link element.protected Service
XMLReader.parseService
(Element serviceElement, Inspection inspection) Parse service element.protected void
XMLReader.saveNS
(Element element, Inspection inspection) Save namespace settings.