Skip to content

Commit

Permalink
#65: Non compliant SOAPFault.createFault(String, String) implementation
Browse files Browse the repository at this point in the history
Signed-off-by: Lukas Jungmann <lukas.jungmann@oracle.com>
  • Loading branch information
lukasj committed Dec 8, 2021
1 parent eb1ea6e commit c5d592d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
.idea/
target/
*.iml
.DS_Store
1 change: 1 addition & 0 deletions api/src/main/java/jakarta/xml/soap/SOAPFactory.java
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ public abstract SOAPElement createElement(
*@param faultCode the FaultCode for the fault
*@return a {@code SOAPFault} object
*@throws SOAPException if there is a SOAP error
*@throws IllegalArgumentException if {@code reasonText} or {@code faultCode} is null
*@since 1.6, SAAJ 1.3
*/
public abstract SOAPFault createFault(String reasonText, QName faultCode) throws SOAPException;
Expand Down

0 comments on commit c5d592d

Please sign in to comment.