com.ibm.wsdl

Class BindingFaultImpl

public class BindingFaultImpl extends AbstractWSDLElement 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 Stringname
protected ListnativeAttributeNames
static longserialVersionUID
Method Summary
StringgetName()
Get the name of this fault binding.
ListgetNativeAttributeNames()
Get the list of local attribute names defined for this element in the WSDL specification.
voidsetName(String name)
Set the name of this fault binding.
StringtoString()

Field Detail

name

protected String name

nativeAttributeNames

protected List nativeAttributeNames

serialVersionUID

public static final long serialVersionUID

Method Detail

getName

public String getName()
Get the name of this fault binding.

Returns: the fault binding name

getNativeAttributeNames

public List getNativeAttributeNames()
Get the list of local attribute names defined for this element in the WSDL specification.

Returns: a List of Strings, one for each local attribute name

setName

public void setName(String name)
Set the name of this fault binding.

Parameters: name the desired name

toString

public String toString()
Copyright B) 2003,2006 IBM. All Rights Reserved.