com.ibm.wsdl
Class FaultImpl
java.lang.Object
|
+--com.ibm.wsdl.FaultImpl
- public class FaultImpl
- extends java.lang.Object
- implements Fault
This class represents a fault message, and contains the name
of the fault and the message itself.
- Author:
- Matthew J. Duftler
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
name
protected java.lang.String name
message
protected Message message
docEl
protected org.w3c.dom.Element docEl
serialVersionUID
public static final long serialVersionUID
FaultImpl
public FaultImpl()
setName
public void setName(java.lang.String name)
- Set the name of this fault message.
- Specified by:
- setName in interface Fault
- Parameters:
name
- the desired name
getName
public java.lang.String getName()
- Get the name of this fault message.
- Specified by:
- getName in interface Fault
- Returns:
- the fault message name
setMessage
public void setMessage(Message message)
- Specified by:
- setMessage in interface Fault
getMessage
public Message getMessage()
- Specified by:
- getMessage in interface Fault
setDocumentationElement
public void setDocumentationElement(org.w3c.dom.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 Fault
- Parameters:
docEl
- the documentation element
getDocumentationElement
public org.w3c.dom.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 Fault
- Returns:
- the documentation element
toString
public java.lang.String toString()
- Overrides:
- toString in class java.lang.Object
Copyright © 2003 IBM. All Rights Reserved.