Modifier and Type | Method and Description |
---|---|
ExtensionElement |
Link.getExtensionElement()
Get extension elment.
|
ExtensionElement |
Description.getExtensionElement()
Get extension elment.
|
Modifier and Type | Method and Description |
---|---|
void |
Link.setExtensionElement(ExtensionElement extensionElement)
Set extension element.
|
void |
Description.setExtensionElement(ExtensionElement extensionElement)
Set extension element.
|
Modifier and Type | Class and Description |
---|---|
class |
UnknownExtensionElement
This class is used to represent an unknown extension element.
|
Modifier and Type | Method and Description |
---|---|
ExtensionElement |
ExtensionBuilder.createElement(QName qname)
Create extension element.
|
ExtensionElement |
ExtensionReader.parseElement(org.w3c.dom.Element element,
WSILElement wsilElement)
Parse extension element.
|
Modifier and Type | Method and Description |
---|---|
void |
ExtensionWriter.writeElement(ExtensionElement extElement,
java.io.Writer writer)
Write extension element.
|
Modifier and Type | Interface and Description |
---|---|
interface |
BusinessDescription
UDDI extension element for WSIL document - businessDescription element.
|
interface |
ServiceDescription
UDDI extension element for WSIL document - serviceDescription element.
|
Modifier and Type | Interface and Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
protected ExtensionElement |
ServiceReferenceElement.extElement
Extension element.
|
Modifier and Type | Method and Description |
---|---|
ExtensionElement |
ServiceReferenceElement.getExtensionElement()
Get extension elment.
|
Modifier and Type | Method and Description |
---|---|
void |
ServiceReferenceElement.setExtensionElement(ExtensionElement extElement)
Set extension element.
|
Modifier and Type | Class and Description |
---|---|
class |
ExtensionElementImpl
This class is the base class for all implementations of the
ExtensionElement interface.
|
Modifier and Type | Class and Description |
---|---|
class |
BusinessDescriptionImpl
This class contains the implementation for a
<wsiluddi:businessDescription> element.
|
class |
ServiceDescriptionImpl
This class contains the implementation for a
<wsiluddi:serviceDescription> element.
|
Modifier and Type | Method and Description |
---|---|
ExtensionElement |
UDDIExtensionBuilder.createElement(QName qname)
Create extension element.
|
protected ExtensionElement |
UDDIExtensionReader.parseBusinessDescription(org.w3c.dom.Element businessDescriptionElement,
WSILElement wsilElement)
Parse business description 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.
|
Modifier and Type | Method and Description |
---|---|
void |
UDDIExtensionWriter.writeElement(ExtensionElement extElement,
java.io.Writer writer)
Write extension element.
|
Modifier and Type | Class and Description |
---|---|
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>.
|
Modifier and Type | Method and Description |
---|---|
ExtensionElement |
WSDLExtensionBuilder.createElement(QName qname)
Create extension element.
|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
WSDLExtensionWriter.writeElement(ExtensionElement extElement,
java.io.Writer writer)
Write extension element.
|
Modifier and Type | Method and Description |
---|---|
protected ExtensionElement |
XMLReader.parseExtensionElement(org.w3c.dom.Element element,
WSILElement wsilElement)
Parse extension element.
|
Copyright ? 2001 International Business Machines Corporation. All Rights Reserved.