oracle.j2ee.ws.client.wsdl
Interface Fault
- public interface Fault
This interface represents a fault message, and contains the name
of the fault and the message itself.
getName
public java.lang.String getName()
- Get the name of this fault message.
- Returns:
- the fault message name
getMessage
public Message getMessage()
- Returns the associated Message
getDocumentationElement
public org.w3c.dom.Element getDocumentationElement()
- Get the documentation element.
- Returns:
- the documentation element
Copyright © 2001 - Oracle Corporation