Java API

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.


Method Summary
TypeMethod
 org.w3c.dom.Element getDocumentationElement()
          Get the documentation element.
 Message getMessage()
          Returns the associated Message
 java.lang.String getName()
          Get the name of this fault message.
 

Method Detail

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

Java API

Copyright © 2001 - Oracle Corporation