< prev index next >

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

Print this page

        

*** 466,476 **** /** * Creates or replaces any existing Node element value for * this {@code SOAPFault} object. The Node element * is optional in SOAP 1.2. * ! * @param uri - the URI of the Node * * @exception SOAPException if there was an error in setting the * Node for this {@code SOAPFault} object. * @exception UnsupportedOperationException if this message does not * support the SOAP 1.2 concept of Fault Node. --- 466,476 ---- /** * Creates or replaces any existing Node element value for * this {@code SOAPFault} object. The Node element * is optional in SOAP 1.2. * ! * @param uri the URI of the Node * * @exception SOAPException if there was an error in setting the * Node for this {@code SOAPFault} object. * @exception UnsupportedOperationException if this message does not * support the SOAP 1.2 concept of Fault Node.
*** 498,508 **** /** * Creates or replaces any existing Role element value for * this {@code SOAPFault} object. The Role element * is optional in SOAP 1.2. * ! * @param uri - the URI of the Role * * @exception SOAPException if there was an error in setting the * Role for this {@code SOAPFault} object. * * @exception UnsupportedOperationException if this message does not --- 498,508 ---- /** * Creates or replaces any existing Role element value for * this {@code SOAPFault} object. The Role element * is optional in SOAP 1.2. * ! * @param uri the URI of the Role * * @exception SOAPException if there was an error in setting the * Role for this {@code SOAPFault} object. * * @exception UnsupportedOperationException if this message does not
< prev index next >