Uses of Interface
org.apache.wsil.Inspection
-
Packages that use Inspection Package Description org.apache.wsil org.apache.wsil.impl org.apache.wsil.xml -
-
Uses of Inspection in org.apache.wsil
Fields in org.apache.wsil declared as Inspection Modifier and Type Field Description protected Inspection
WSILDocument. inspection
Inspection element.Methods in org.apache.wsil that return Inspection Modifier and Type Method Description Inspection
WSILDocument. getInspection()
Get the inspection element for this document. -
Uses of Inspection in org.apache.wsil.impl
Classes in org.apache.wsil.impl that implement Inspection Modifier and Type Class Description class
InspectionImpl
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 Inspection Modifier and Type Method Description protected Link
XMLReader. parseLink(org.w3c.dom.Element linkElement, Inspection inspection)
Parse link element.protected Service
XMLReader. parseService(org.w3c.dom.Element serviceElement, Inspection inspection)
Parse service element.protected void
XMLReader. saveNS(org.w3c.dom.Element element, Inspection inspection)
Save namespace settings.
-