com.ibm.wsdl

Class FaultImpl

public class FaultImpl extends AbstractWSDLElement implements Fault

This class represents a fault message, and contains the name of the fault and the message itself.

Author: Matthew J. Duftler

Field Summary
protected Messagemessage
protected Stringname
protected ListnativeAttributeNames
static longserialVersionUID
Method Summary
MessagegetMessage()
StringgetName()
Get the name of this fault message.
ListgetNativeAttributeNames()
Get the list of local attribute names defined for this element in the WSDL specification.
voidsetMessage(Message message)
voidsetName(String name)
Set the name of this fault message.
StringtoString()

Field Detail

message

protected Message message

name

protected String name

nativeAttributeNames

protected List nativeAttributeNames

serialVersionUID

public static final long serialVersionUID

Method Detail

getMessage

public Message getMessage()

getName

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

Returns: the fault message 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

setMessage

public void setMessage(Message message)

setName

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

Parameters: name the desired name

toString

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