Uses of Interface
org.apache.wsil.WSILElementWithText
-
Packages that use WSILElementWithText Package Description org.apache.wsil org.apache.wsil.impl -
-
Uses of WSILElementWithText in org.apache.wsil
Subinterfaces of WSILElementWithText in org.apache.wsil Modifier and Type Interface Description interface
Abstract
Abstract element in a WS-Inspection document.interface
ServiceName
Service name element in a WS-Inspection document. -
Uses of WSILElementWithText in org.apache.wsil.impl
Classes in org.apache.wsil.impl that implement WSILElementWithText Modifier and Type Class Description class
AbstractImpl
This class provides the support for the <abstract> element.class
ServiceNameImpl
This class provides the support for the <name> element.class
WSILElementWithTextImpl
This class is the base class for elements that have a text node.
-