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 TypeInterfaceDescriptioninterface
Abstract element in a WS-Inspection document.interface
WS-Inspection description element.interface
Inspection element within a WS-Inspection document.interface
Link element within a WS-Inspection document.interface
WS-Inspection service element.interface
Service name element in a WS-Inspection document.interface
Common WS-Inpsection element definition for elements that contain an abstract element.interface
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.extensionClasses in org.apache.wsil.extension that implement WSILElementModifier and TypeClassDescriptionclass
This 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 TypeInterfaceDescriptioninterface
UDDI extension element for WSIL document - businessDescription element.interface
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.wsdlModifier and TypeInterfaceDescriptioninterface
This is the interface definition for yhe <implementedBinding> element.interface
This is the interface definition for yhe <reference> element.interface
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 WSILElementModifier and TypeClassDescriptionclass
This class provides the support for the <abstract> element.class
This class provides the support for the <description> element.class
This class provides the support for the <inspection> element.class
This class provides the support for the <link> element.class
This class provides the support for the <service> element.class
This class provides the support for the <name> element.class
This class is the base class for elements that contain service references.class
This class is the base class for all elements that have an abstract.class
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 WSILElementModifier and TypeClassDescriptionclass
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 WSILElementModifier and TypeClassDescriptionclass
This class contains the implementation for a <wsiluddi:businessDescription> element.class
This class contains the implementation for a <wsiluddi:serviceDescription> element.Methods in org.apache.wsil.impl.extension.uddi with parameters of type WSILElementModifier and TypeMethodDescriptionprotected ExtensionElement
UDDIExtensionReader.parseBusinessDescription
(Element businessDescriptionElement, WSILElement wsilElement) Parse business description element.protected org.uddi4j.util.BusinessKey
UDDIExtensionReader.parseBusinessKey
(Element element, WSILElement wsilElement) Parse businessKey element.protected org.uddi4j.util.CategoryBag
UDDIExtensionReader.parseCategoryBag
(Element categoryBagElement, WSILElement wsilElement) Parse CategoryBag element.protected org.uddi4j.util.DiscoveryURL
UDDIExtensionReader.parseDiscoveryURL
(Element element, WSILElement wsilElement) Parse discoveryURL element.UDDIExtensionReader.parseElement
(Element element, WSILElement wsilElement) Parse extension element.protected ExtensionElement
UDDIExtensionReader.parseServiceDescription
(Element serviceDescriptionElement, WSILElement wsilElement) Parse service description element.protected org.uddi4j.util.ServiceKey
UDDIExtensionReader.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 TypeClassDescriptionclass
This class contains the implementation for a <wsilwsdl:implementedBinding> element.class
This class contains the implementation for a <wsilwsdl:referencedService> element.class
This 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 ExtensionElement
WSDLExtensionReader.parseImplementedBinding
(Element element, WSILElement wsilElement) Parse implementedBinding element.protected ExtensionElement
WSDLExtensionReader.parseReference
(Element referenceElement, WSILElement wsilElement) Parse reference element.protected ExtensionElement
WSDLExtensionReader.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 ExtensionElement
XMLReader.parseExtensionElement
(Element element, WSILElement wsilElement) Parse extension element.