src/share/jaxws_classes/javax/xml/soap/Detail.java

Print this page
rev 507 : 8047724: @since tag cleanup in jaxws
Reviewed-by:

*** 54,63 **** --- 54,65 ---- * Name name = se.createName("GetLastTradePrice", "WOMBAT", * "http://www.wombat.org/trader"); * d.addDetailEntry(name); * Iterator it = d.getDetailEntries(); * </PRE> + * + * @since 1.6 */ public interface Detail extends SOAPFaultElement { /** * Creates a new <code>DetailEntry</code> object with the given
*** 83,93 **** * * @exception SOAPException thrown when there is a problem in adding a * DetailEntry object to this Detail object. * * @see Detail#addDetailEntry(Name name) ! * @since SAAJ 1.3 */ public DetailEntry addDetailEntry(QName qname) throws SOAPException; /** * Gets an Iterator over all of the <code>DetailEntry</code>s in this <code>Detail</code> object. --- 85,95 ---- * * @exception SOAPException thrown when there is a problem in adding a * DetailEntry object to this Detail object. * * @see Detail#addDetailEntry(Name name) ! * @since 1.6, SAAJ 1.3 */ public DetailEntry addDetailEntry(QName qname) throws SOAPException; /** * Gets an Iterator over all of the <code>DetailEntry</code>s in this <code>Detail</code> object.