com.ibm.wsdl
Class BindingFaultImpl
- AttributeExtensible, BindingFault, java.io.Serializable, ElementExtensible, java.io.Serializable, WSDLElement
public class BindingFaultImpl
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.
String | getName() - Get the name of this fault binding.
|
List | getNativeAttributeNames() - Get the list of local attribute names defined for this element in
the WSDL specification.
|
void | setName(String name) - Set the name of this fault binding.
|
String | toString()
|
name
protected String name
nativeAttributeNames
protected List nativeAttributeNames
serialVersionUID
public static final long serialVersionUID
getName
public String getName()
Get the name of this fault binding.
- getName in interface BindingFault
getNativeAttributeNames
public List getNativeAttributeNames()
Get the list of local attribute names defined for this element in
the WSDL specification.
- getNativeAttributeNames in interface AttributeExtensible
- a List of Strings, one for each local attribute name
setName
public void setName(String name)
Set the name of this fault binding.
- setName in interface BindingFault
Copyright B) 2003,2006 IBM. All Rights Reserved.