org.apache.axis.message

Class Detail

public class Detail extends SOAPFaultElement implements Detail

Detail Container implementation

Author: Davanum Srinivas (dims@yahoo.com)

Constructor Summary
Detail()
Method Summary
DetailEntryaddDetailEntry(Name name)
Creates a new DetailEntry object with the given name and adds it to this Detail object.
IteratorgetDetailEntries()
Gets a list of the detail entries in this Detail object.

Constructor Detail

Detail

public Detail()

Method Detail

addDetailEntry

public DetailEntry addDetailEntry(Name name)
Creates a new 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.

getDetailEntries

public Iterator getDetailEntries()
Gets a list of the detail entries in this Detail object.

Returns: an Iterator object over the DetailEntry objects in this Detail object

Copyright B) 2005 Apache Web Services Project. All Rights Reserved.