com.ibm.wsdl

Class BindingFaultImpl

Implemented Interfaces:
BindingFault, java.io.Serializable, ElementExtensible

public class BindingFaultImpl
extends java.lang.Object
implements BindingFault

This class represents a fault binding. That is, it contains the information that would be specified in an fault element contained within an operation element contained within a binding element.
Author:
Matthew J. Duftler

Field Summary

protected Element
docEl
protected List
extElements
protected String
name
static long
serialVersionUID

Method Summary

void
addExtensibilityElement(ExtensibilityElement extElement)
Add an extensibility element.
Element
getDocumentationElement()
Get the documentation element.
List
getExtensibilityElements()
Get all the extensibility elements defined here.
String
getName()
Get the name of this fault binding.
void
setDocumentationElement(Element docEl)
Set the documentation element for this document.
void
setName(String name)
Set the name of this fault binding.
String
toString()

Field Details

docEl

protected Element docEl

extElements

protected List extElements

name

protected String name

serialVersionUID

public static final long serialVersionUID
Field Value:
1L

Method Details

addExtensibilityElement

public void addExtensibilityElement(ExtensibilityElement extElement)
Add an extensibility element.
Specified by:
addExtensibilityElement in interface ElementExtensible
Parameters:
extElement - the extensibility element to be added

getDocumentationElement

public Element getDocumentationElement()
Get the documentation element. This dependency on org.w3c.dom.Element should eventually be removed when a more appropriate way of representing this information is employed.
Specified by:
getDocumentationElement in interface BindingFault
Returns:
the documentation element

getExtensibilityElements

public List getExtensibilityElements()
Get all the extensibility elements defined here.
Specified by:
getExtensibilityElements in interface ElementExtensible

getName

public String getName()
Get the name of this fault binding.
Specified by:
getName in interface BindingFault
Returns:
the fault binding name

setDocumentationElement

public void setDocumentationElement(Element docEl)
Set the documentation element for this document. This dependency on org.w3c.dom.Element should eventually be removed when a more appropriate way of representing this information is employed.
Specified by:
setDocumentationElement in interface BindingFault
Parameters:
docEl - the documentation element

setName

public void setName(String name)
Set the name of this fault binding.
Specified by:
setName in interface BindingFault
Parameters:
name - the desired name

toString

public String toString()

Copyright B) 2003,2005 IBM. All Rights Reserved.