Skip to content

Commit c1079e7

Browse files
committed
Polish
See gh-1454
1 parent 32c5d78 commit c1079e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: spring-ws-security/src/main/java/org/springframework/ws/soap/security/wss4j2/Wss4jSecurityInterceptor.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@
6363

6464
/**
6565
* A WS-Security endpoint interceptor based on Apache's WSS4J. This interceptor supports
66-
* messages created by the
67-
* {@link org.springframework.ws.soap.saaj.SaajSoapMessageFactory}.
66+
* messages created by {@link org.springframework.ws.soap.axiom.AxiomSoapMessageFactory}
67+
* and {@link org.springframework.ws.soap.saaj.SaajSoapMessageFactory}.
6868
* <p>
6969
* The validation and securement actions executed by this interceptor are configured via
7070
* {@code validationActions} and {@code securementActions} properties, respectively.

0 commit comments

Comments
 (0)