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 InspectionWSILDocument. inspectionInspection element.Methods in org.apache.wsil that return Inspection Modifier and Type Method Description InspectionWSILDocument. 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 classInspectionImplThis 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 LinkXMLReader. parseLink(org.w3c.dom.Element linkElement, Inspection inspection)Parse link element.protected ServiceXMLReader. parseService(org.w3c.dom.Element serviceElement, Inspection inspection)Parse service element.protected voidXMLReader. saveNS(org.w3c.dom.Element element, Inspection inspection)Save namespace settings.
-