Uses of Interface
org.apache.wsil.WSILElement
-
-
Uses of WSILElement in org.apache.wsil
Subinterfaces of WSILElement in org.apache.wsil Modifier and Type Interface Description interface
Abstract
Abstract element in a WS-Inspection document.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.interface
ServiceName
Service name element in a WS-Inspection document.interface
WSILElementWithAbstract
Common WS-Inpsection element definition for elements that contain an abstract element.interface
WSILElementWithText
A WS-Inspection element that can contain a text value. -
Uses of WSILElement in org.apache.wsil.extension
Subinterfaces of WSILElement in org.apache.wsil.extension Modifier and Type Interface Description interface
ExtensionElement
This class will ...Classes in org.apache.wsil.extension that implement WSILElement Modifier and Type Class Description class
UnknownExtensionElement
This class is used to represent an unknown extension element.Methods in org.apache.wsil.extension with parameters of type WSILElement Modifier and Type Method Description ExtensionElement
ExtensionReader. parseElement(org.w3c.dom.Element element, WSILElement wsilElement)
Parse extension element. -
Uses of WSILElement in org.apache.wsil.extension.uddi
Subinterfaces of WSILElement in org.apache.wsil.extension.uddi Modifier and Type Interface Description interface
BusinessDescription
UDDI extension element for WSIL document - businessDescription element.interface
ServiceDescription
UDDI extension element for WSIL document - serviceDescription element. -
Uses of WSILElement in org.apache.wsil.extension.wsdl
Subinterfaces of WSILElement in org.apache.wsil.extension.wsdl Modifier and Type Interface Description interface
ImplementedBinding
This is the interface definition for yhe <implementedBinding> element.interface
Reference
This is the interface definition for yhe <reference> element.interface
ReferencedService
This is the interface definition for yhe <referencedService> element. -
Uses of WSILElement in org.apache.wsil.impl
Classes in org.apache.wsil.impl that implement WSILElement Modifier and Type Class Description class
AbstractImpl
This class provides the support for the <abstract> element.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
ServiceNameImpl
This class provides the support for the <name> 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.class
WSILElementWithTextImpl
This class is the base class for elements that have a text node. -
Uses of WSILElement in org.apache.wsil.impl.extension
Classes in org.apache.wsil.impl.extension that implement WSILElement Modifier and Type Class Description class
ExtensionElementImpl
This class is the base class for all implementations of the ExtensionElement interface. -
Uses of WSILElement in org.apache.wsil.impl.extension.uddi
Classes in org.apache.wsil.impl.extension.uddi that implement WSILElement Modifier and Type Class Description class
BusinessDescriptionImpl
This class contains the implementation for a <wsiluddi:businessDescription> element.class
ServiceDescriptionImpl
This class contains the implementation for a <wsiluddi:serviceDescription> element.Methods in org.apache.wsil.impl.extension.uddi with parameters of type WSILElement Modifier and Type Method Description protected ExtensionElement
UDDIExtensionReader. parseBusinessDescription(org.w3c.dom.Element businessDescriptionElement, WSILElement wsilElement)
Parse business description element.protected org.uddi4j.util.BusinessKey
UDDIExtensionReader. parseBusinessKey(org.w3c.dom.Element element, WSILElement wsilElement)
Parse businessKey element.protected org.uddi4j.util.CategoryBag
UDDIExtensionReader. parseCategoryBag(org.w3c.dom.Element categoryBagElement, WSILElement wsilElement)
Parse CategoryBag element.protected org.uddi4j.util.DiscoveryURL
UDDIExtensionReader. parseDiscoveryURL(org.w3c.dom.Element element, WSILElement wsilElement)
Parse discoveryURL element.ExtensionElement
UDDIExtensionReader. parseElement(org.w3c.dom.Element element, WSILElement wsilElement)
Parse extension element.protected ExtensionElement
UDDIExtensionReader. parseServiceDescription(org.w3c.dom.Element serviceDescriptionElement, WSILElement wsilElement)
Parse service description element.protected org.uddi4j.util.ServiceKey
UDDIExtensionReader. parseServiceKey(org.w3c.dom.Element element, WSILElement wsilElement)
Parse serviceKey element. -
Uses of WSILElement in org.apache.wsil.impl.extension.wsdl
Classes in org.apache.wsil.impl.extension.wsdl that implement WSILElement Modifier and Type Class Description class
ImplementedBindingImpl
This class contains the implementation for a <wsilwsdl:implementedBinding> element.class
ReferencedServiceImpl
This class contains the implementation for a <wsilwsdl:referencedService> element.class
ReferenceImpl
This class contians the implementation for a <wsilwsdl:reference element>.Methods in org.apache.wsil.impl.extension.wsdl with parameters of type WSILElement Modifier and Type Method Description ExtensionElement
WSDLExtensionReader. parseElement(org.w3c.dom.Element element, WSILElement wsilElement)
Parse extension element.protected ExtensionElement
WSDLExtensionReader. parseImplementedBinding(org.w3c.dom.Element element, WSILElement wsilElement)
Parse implementedBinding element.protected ExtensionElement
WSDLExtensionReader. parseReference(org.w3c.dom.Element referenceElement, WSILElement wsilElement)
Parse reference element.protected ExtensionElement
WSDLExtensionReader. parseReferencedService(org.w3c.dom.Element element, WSILElement wsilElement)
Parse referencedService element. -
Uses of WSILElement in org.apache.wsil.xml
Methods in org.apache.wsil.xml with parameters of type WSILElement Modifier and Type Method Description protected ExtensionElement
XMLReader. parseExtensionElement(org.w3c.dom.Element element, WSILElement wsilElement)
Parse extension element.
-