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 interfaceAbstractAbstract element in a WS-Inspection document.interfaceDescriptionWS-Inspection description element.interfaceInspectionInspection element within a WS-Inspection document.interfaceLinkLink element within a WS-Inspection document.interfaceServiceWS-Inspection service element.interfaceServiceNameService name element in a WS-Inspection document.interfaceWSILElementWithAbstractCommon WS-Inpsection element definition for elements that contain an abstract element.interfaceWSILElementWithTextA 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 interfaceExtensionElementThis class will ...Classes in org.apache.wsil.extension that implement WSILElement Modifier and Type Class Description classUnknownExtensionElementThis 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 ExtensionElementExtensionReader. 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 interfaceBusinessDescriptionUDDI extension element for WSIL document - businessDescription element.interfaceServiceDescriptionUDDI 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 interfaceImplementedBindingThis is the interface definition for yhe <implementedBinding> element.interfaceReferenceThis is the interface definition for yhe <reference> element.interfaceReferencedServiceThis 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 classAbstractImplThis class provides the support for the <abstract> element.classDescriptionImplThis class provides the support for the <description> element.classInspectionImplThis class provides the support for the <inspection> element.classLinkImplThis class provides the support for the <link> element.classServiceImplThis class provides the support for the <service> element.classServiceNameImplThis class provides the support for the <name> element.classServiceReferenceElementThis class is the base class for elements that contain service references.classWSILElementWithAbstractImplThis class is the base class for all elements that have an abstract.classWSILElementWithTextImplThis 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 classExtensionElementImplThis 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 classBusinessDescriptionImplThis class contains the implementation for a <wsiluddi:businessDescription> element.classServiceDescriptionImplThis 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 ExtensionElementUDDIExtensionReader. parseBusinessDescription(org.w3c.dom.Element businessDescriptionElement, WSILElement wsilElement)Parse business description element.protected org.uddi4j.util.BusinessKeyUDDIExtensionReader. parseBusinessKey(org.w3c.dom.Element element, WSILElement wsilElement)Parse businessKey element.protected org.uddi4j.util.CategoryBagUDDIExtensionReader. parseCategoryBag(org.w3c.dom.Element categoryBagElement, WSILElement wsilElement)Parse CategoryBag element.protected org.uddi4j.util.DiscoveryURLUDDIExtensionReader. parseDiscoveryURL(org.w3c.dom.Element element, WSILElement wsilElement)Parse discoveryURL element.ExtensionElementUDDIExtensionReader. parseElement(org.w3c.dom.Element element, WSILElement wsilElement)Parse extension element.protected ExtensionElementUDDIExtensionReader. parseServiceDescription(org.w3c.dom.Element serviceDescriptionElement, WSILElement wsilElement)Parse service description element.protected org.uddi4j.util.ServiceKeyUDDIExtensionReader. 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 classImplementedBindingImplThis class contains the implementation for a <wsilwsdl:implementedBinding> element.classReferencedServiceImplThis class contains the implementation for a <wsilwsdl:referencedService> element.classReferenceImplThis 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 ExtensionElementWSDLExtensionReader. parseElement(org.w3c.dom.Element element, WSILElement wsilElement)Parse extension element.protected ExtensionElementWSDLExtensionReader. parseImplementedBinding(org.w3c.dom.Element element, WSILElement wsilElement)Parse implementedBinding element.protected ExtensionElementWSDLExtensionReader. parseReference(org.w3c.dom.Element referenceElement, WSILElement wsilElement)Parse reference element.protected ExtensionElementWSDLExtensionReader. 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 ExtensionElementXMLReader. parseExtensionElement(org.w3c.dom.Element element, WSILElement wsilElement)Parse extension element.
-