From c1079e7d5a6f8f1f5860a24258f795ea15dba282 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Tue, 25 Mar 2025 15:39:19 +0100 Subject: [PATCH] Polish See gh-1454 --- .../ws/soap/security/wss4j2/Wss4jSecurityInterceptor.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spring-ws-security/src/main/java/org/springframework/ws/soap/security/wss4j2/Wss4jSecurityInterceptor.java b/spring-ws-security/src/main/java/org/springframework/ws/soap/security/wss4j2/Wss4jSecurityInterceptor.java index 83f5fc5a..5236f5ee 100644 --- a/spring-ws-security/src/main/java/org/springframework/ws/soap/security/wss4j2/Wss4jSecurityInterceptor.java +++ b/spring-ws-security/src/main/java/org/springframework/ws/soap/security/wss4j2/Wss4jSecurityInterceptor.java @@ -63,8 +63,8 @@ import org.springframework.ws.soap.security.wss4j2.callback.UsernameTokenPrincip /** * A WS-Security endpoint interceptor based on Apache's WSS4J. This interceptor supports - * messages created by the - * {@link org.springframework.ws.soap.saaj.SaajSoapMessageFactory}. + * messages created by {@link org.springframework.ws.soap.axiom.AxiomSoapMessageFactory} + * and {@link org.springframework.ws.soap.saaj.SaajSoapMessageFactory}. *

* The validation and securement actions executed by this interceptor are configured via * {@code validationActions} and {@code securementActions} properties, respectively.