Class Detail

All Implemented Interfaces:
Serializable, Cloneable, Detail, Node, SOAPElement, SOAPFaultElement, Element, Node, NodeList

public class Detail extends SOAPFaultElement implements Detail
Detail Container implementation
Author:
Davanum Srinivas (dims@yahoo.com)
See Also:
  • Constructor Details

    • Detail

      public Detail()
  • Method Details

    • addDetailEntry

      public DetailEntry addDetailEntry(Name name) throws SOAPException
      Creates a new DetailEntry object with the given name and adds it to this Detail object.
      Specified by:
      addDetailEntry in interface Detail
      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.
    • getDetailEntries

      public Iterator getDetailEntries()
      Gets a list of the detail entries in this Detail object.
      Specified by:
      getDetailEntries in interface Detail
      Returns:
      an Iterator object over the DetailEntry objects in this Detail object