Uses of Interface
org.apache.wsil.WSILElement

Packages that use WSILElement
org.apache.wsil   
org.apache.wsil.extension   
org.apache.wsil.extension.uddi   
org.apache.wsil.extension.wsdl   
org.apache.wsil.impl   
org.apache.wsil.impl.extension   
org.apache.wsil.impl.extension.uddi   
org.apache.wsil.impl.extension.wsdl   
org.apache.wsil.xml   
 

Uses of WSILElement in org.apache.wsil
 

Subinterfaces of WSILElement in org.apache.wsil
 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
 interface ExtensionElement
          This class will ...
 

Classes in org.apache.wsil.extension that implement WSILElement
 class UnknownExtensionElement
          This class is used to represent an unknown extension element.
 

Methods in org.apache.wsil.extension with parameters of type WSILElement
 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
 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
 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
 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
 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
 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
protected  ExtensionElement UDDIExtensionReader.parseBusinessDescription(org.w3c.dom.Element businessDescriptionElement, WSILElement wsilElement)
          Parse business description element.
protected  BusinessKey UDDIExtensionReader.parseBusinessKey(org.w3c.dom.Element element, WSILElement wsilElement)
          Parse businessKey element.
protected  CategoryBag UDDIExtensionReader.parseCategoryBag(org.w3c.dom.Element categoryBagElement, WSILElement wsilElement)
          Parse CategoryBag element.
protected  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  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
 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
 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
protected  ExtensionElement XMLReader.parseExtensionElement(org.w3c.dom.Element element, WSILElement wsilElement)
          Parse extension element.
 



Copyright ? 2001 International Business Machines Corporation. All Rights Reserved.