Uses of Interface
org.apache.wsil.WSILElementWithAbstract
-
Packages that use WSILElementWithAbstract Package Description org.apache.wsil org.apache.wsil.impl org.apache.wsil.xml -
-
Uses of WSILElementWithAbstract in org.apache.wsil
Subinterfaces of WSILElementWithAbstract in org.apache.wsil Modifier and Type Interface Description interfaceDescriptionWS-Inspection description element.interfaceInspectionInspection element within a WS-Inspection document.interfaceLinkLink element within a WS-Inspection document.interfaceServiceWS-Inspection service element. -
Uses of WSILElementWithAbstract in org.apache.wsil.impl
Classes in org.apache.wsil.impl that implement WSILElementWithAbstract Modifier and Type Class Description classDescriptionImplThis class provides the support for the <description> element.classInspectionImplThis class provides the support for the <inspection> element.classLinkImplThis class provides the support for the <link> element.classServiceImplThis class provides the support for the <service> element.classServiceReferenceElementThis class is the base class for elements that contain service references.classWSILElementWithAbstractImplThis class is the base class for all elements that have an abstract. -
Uses of WSILElementWithAbstract in org.apache.wsil.xml
Methods in org.apache.wsil.xml with parameters of type WSILElementWithAbstract Modifier and Type Method Description protected AbstractXMLReader. parseAbstract(org.w3c.dom.Element abstractElement, WSILElementWithAbstract wsilElement)Parse abstract element.
-