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 interface
Description
WS-Inspection description element.interface
Inspection
Inspection element within a WS-Inspection document.interface
Link
Link element within a WS-Inspection document.interface
Service
WS-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 class
DescriptionImpl
This class provides the support for the <description> element.class
InspectionImpl
This class provides the support for the <inspection> element.class
LinkImpl
This class provides the support for the <link> element.class
ServiceImpl
This class provides the support for the <service> element.class
ServiceReferenceElement
This class is the base class for elements that contain service references.class
WSILElementWithAbstractImpl
This 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 Abstract
XMLReader. parseAbstract(org.w3c.dom.Element abstractElement, WSILElementWithAbstract wsilElement)
Parse abstract element.
-