org.apache.axis.message
public class Detail extends SOAPFaultElement implements Detail
Constructor Summary | |
---|---|
Detail() |
Method Summary | |
---|---|
DetailEntry | addDetailEntry(Name name)
Creates a new DetailEntry object with the given
name and adds it to this Detail object. |
Iterator | getDetailEntries()
Gets a list of the detail entries in this Detail object. |
DetailEntry
object with the given
name and adds it to this Detail
object.Parameters: name a Name
object identifying the new DetailEntry
object
Returns: DetailEntry.
Throws: SOAPException thrown when there is a problem in adding a DetailEntry object to this Detail object.
Detail
object.Returns: an Iterator
object over the DetailEntry
objects in this Detail
object