< prev index next >

src/java.xml.ws/share/classes/javax/xml/soap/SOAPHeader.java

Print this page

        

*** 186,200 **** public SOAPHeaderElement addNotUnderstoodHeaderElement(QName name) throws SOAPException; /** * Creates a new Upgrade {@code SOAPHeaderElement} object initialized ! * with the specified String Iterator of supported SOAP URIs and adds ! * it to this {@code SOAPHeader} object. * This operation is supported on both SOAP 1.1 and SOAP 1.2 header. * ! * @param supportedSOAPURIs an URI Strings {@code Iterator} of SOAP * versions supported. * @return the new {@code SOAPHeaderElement} object that was * inserted into this {@code SOAPHeader} object * @exception SOAPException if a SOAP error occurs. * @since 1.6, SAAJ 1.3 --- 186,200 ---- public SOAPHeaderElement addNotUnderstoodHeaderElement(QName name) throws SOAPException; /** * Creates a new Upgrade {@code SOAPHeaderElement} object initialized ! * with the specified List of supported SOAP URIs and adds it to this ! * {@code SOAPHeader} object. * This operation is supported on both SOAP 1.1 and SOAP 1.2 header. * ! * @param supportedSOAPURIs an {@code Iterator} object with the URIs of SOAP * versions supported. * @return the new {@code SOAPHeaderElement} object that was * inserted into this {@code SOAPHeader} object * @exception SOAPException if a SOAP error occurs. * @since 1.6, SAAJ 1.3
< prev index next >