Uses of Interface
javax.xml.soap.DetailEntry

Uses of DetailEntry in javax.xml.soap
 

Methods in javax.xml.soap that return DetailEntry
 DetailEntry Detail.addDetailEntry(Name name)
          Creates a new DetailEntry object with the given name and adds it to this Detail object.
 DetailEntry Detail.addDetailEntry(javax.xml.namespace.QName qname)
          Creates a new DetailEntry object with the given QName and adds it to this Detail object.