Uses of Interface
org.apache.wsil.extension.ExtensionElement
-
-
Uses of ExtensionElement in org.apache.wsil
Methods in org.apache.wsil that return ExtensionElement Modifier and Type Method Description ExtensionElementDescription. getExtensionElement()Get extension elment.ExtensionElementLink. getExtensionElement()Get extension elment.Methods in org.apache.wsil with parameters of type ExtensionElement Modifier and Type Method Description voidDescription. setExtensionElement(ExtensionElement extensionElement)Set extension element.voidLink. setExtensionElement(ExtensionElement extensionElement)Set extension element. -
Uses of ExtensionElement in org.apache.wsil.extension
Classes in org.apache.wsil.extension that implement ExtensionElement Modifier and Type Class Description classUnknownExtensionElementThis class is used to represent an unknown extension element.Methods in org.apache.wsil.extension that return ExtensionElement Modifier and Type Method Description ExtensionElementExtensionBuilder. createElement(QName qname)Create extension element.ExtensionElementExtensionReader. parseElement(org.w3c.dom.Element element, WSILElement wsilElement)Parse extension element.Methods in org.apache.wsil.extension with parameters of type ExtensionElement Modifier and Type Method Description voidExtensionWriter. writeElement(ExtensionElement extElement, java.io.Writer writer)Write extension element. -
Uses of ExtensionElement in org.apache.wsil.extension.uddi
Subinterfaces of ExtensionElement 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 ExtensionElement in org.apache.wsil.extension.wsdl
Subinterfaces of ExtensionElement 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 ExtensionElement in org.apache.wsil.impl
Fields in org.apache.wsil.impl declared as ExtensionElement Modifier and Type Field Description protected ExtensionElementServiceReferenceElement. extElementExtension element.Methods in org.apache.wsil.impl that return ExtensionElement Modifier and Type Method Description ExtensionElementServiceReferenceElement. getExtensionElement()Get extension elment.Methods in org.apache.wsil.impl with parameters of type ExtensionElement Modifier and Type Method Description voidServiceReferenceElement. setExtensionElement(ExtensionElement extElement)Set extension element. -
Uses of ExtensionElement in org.apache.wsil.impl.extension
Classes in org.apache.wsil.impl.extension that implement ExtensionElement Modifier and Type Class Description classExtensionElementImplThis class is the base class for all implementations of the ExtensionElement interface. -
Uses of ExtensionElement in org.apache.wsil.impl.extension.uddi
Classes in org.apache.wsil.impl.extension.uddi that implement ExtensionElement 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 that return ExtensionElement Modifier and Type Method Description ExtensionElementUDDIExtensionBuilder. createElement(QName qname)Create extension element.protected ExtensionElementUDDIExtensionReader. parseBusinessDescription(org.w3c.dom.Element businessDescriptionElement, WSILElement wsilElement)Parse business description 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.Methods in org.apache.wsil.impl.extension.uddi with parameters of type ExtensionElement Modifier and Type Method Description voidUDDIExtensionWriter. writeElement(ExtensionElement extElement, java.io.Writer writer)Write extension element. -
Uses of ExtensionElement in org.apache.wsil.impl.extension.wsdl
Classes in org.apache.wsil.impl.extension.wsdl that implement ExtensionElement 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 that return ExtensionElement Modifier and Type Method Description ExtensionElementWSDLExtensionBuilder. createElement(QName qname)Create extension element.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.Methods in org.apache.wsil.impl.extension.wsdl with parameters of type ExtensionElement Modifier and Type Method Description voidWSDLExtensionWriter. writeElement(ExtensionElement extElement, java.io.Writer writer)Write extension element. -
Uses of ExtensionElement in org.apache.wsil.xml
Methods in org.apache.wsil.xml that return ExtensionElement Modifier and Type Method Description protected ExtensionElementXMLReader. parseExtensionElement(org.w3c.dom.Element element, WSILElement wsilElement)Parse extension element.
-