Uses of Interface
org.apache.wsil.WSILElement
Packages that use WSILElement
Package
Description
-
Uses of WSILElement in org.apache.wsil
Subinterfaces of WSILElement in org.apache.wsilModifier and TypeInterfaceDescriptioninterfaceAbstract element in a WS-Inspection document.interfaceWS-Inspection description element.interfaceInspection element within a WS-Inspection document.interfaceLink element within a WS-Inspection document.interfaceWS-Inspection service element.interfaceService name element in a WS-Inspection document.interfaceCommon WS-Inpsection element definition for elements that contain an abstract element.interfaceA WS-Inspection element that can contain a text value. -
Uses of WSILElement in org.apache.wsil.extension
Subinterfaces of WSILElement in org.apache.wsil.extensionClasses in org.apache.wsil.extension that implement WSILElementModifier and TypeClassDescriptionclassThis class is used to represent an unknown extension element.Methods in org.apache.wsil.extension with parameters of type WSILElementModifier and TypeMethodDescriptionExtensionReader.parseElement(Element element, WSILElement wsilElement) Parse extension element. -
Uses of WSILElement in org.apache.wsil.extension.uddi
Subinterfaces of WSILElement in org.apache.wsil.extension.uddiModifier and TypeInterfaceDescriptioninterfaceUDDI extension element for WSIL document - businessDescription element.interfaceUDDI extension element for WSIL document - serviceDescription element. -
Uses of WSILElement in org.apache.wsil.extension.wsdl
Subinterfaces of WSILElement in org.apache.wsil.extension.wsdlModifier and TypeInterfaceDescriptioninterfaceThis is the interface definition for yhe <implementedBinding> element.interfaceThis is the interface definition for yhe <reference> element.interfaceThis is the interface definition for yhe <referencedService> element. -
Uses of WSILElement in org.apache.wsil.impl
Classes in org.apache.wsil.impl that implement WSILElementModifier and TypeClassDescriptionclassThis class provides the support for the <abstract> element.classThis class provides the support for the <description> element.classThis class provides the support for the <inspection> element.classThis class provides the support for the <link> element.classThis class provides the support for the <service> element.classThis class provides the support for the <name> element.classThis class is the base class for elements that contain service references.classThis class is the base class for all elements that have an abstract.classThis 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 WSILElementModifier and TypeClassDescriptionclassThis 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 WSILElementModifier and TypeClassDescriptionclassThis class contains the implementation for a <wsiluddi:businessDescription> element.classThis class contains the implementation for a <wsiluddi:serviceDescription> element.Methods in org.apache.wsil.impl.extension.uddi with parameters of type WSILElementModifier and TypeMethodDescriptionprotected ExtensionElementUDDIExtensionReader.parseBusinessDescription(Element businessDescriptionElement, WSILElement wsilElement) Parse business description element.protected org.uddi4j.util.BusinessKeyUDDIExtensionReader.parseBusinessKey(Element element, WSILElement wsilElement) Parse businessKey element.protected org.uddi4j.util.CategoryBagUDDIExtensionReader.parseCategoryBag(Element categoryBagElement, WSILElement wsilElement) Parse CategoryBag element.protected org.uddi4j.util.DiscoveryURLUDDIExtensionReader.parseDiscoveryURL(Element element, WSILElement wsilElement) Parse discoveryURL element.UDDIExtensionReader.parseElement(Element element, WSILElement wsilElement) Parse extension element.protected ExtensionElementUDDIExtensionReader.parseServiceDescription(Element serviceDescriptionElement, WSILElement wsilElement) Parse service description element.protected org.uddi4j.util.ServiceKeyUDDIExtensionReader.parseServiceKey(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 WSILElementModifier and TypeClassDescriptionclassThis class contains the implementation for a <wsilwsdl:implementedBinding> element.classThis class contains the implementation for a <wsilwsdl:referencedService> element.classThis class contians the implementation for a <wsilwsdl:reference element>.Methods in org.apache.wsil.impl.extension.wsdl with parameters of type WSILElementModifier and TypeMethodDescriptionWSDLExtensionReader.parseElement(Element element, WSILElement wsilElement) Parse extension element.protected ExtensionElementWSDLExtensionReader.parseImplementedBinding(Element element, WSILElement wsilElement) Parse implementedBinding element.protected ExtensionElementWSDLExtensionReader.parseReference(Element referenceElement, WSILElement wsilElement) Parse reference element.protected ExtensionElementWSDLExtensionReader.parseReferencedService(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 WSILElementModifier and TypeMethodDescriptionprotected ExtensionElementXMLReader.parseExtensionElement(Element element, WSILElement wsilElement) Parse extension element.