See gh-1454
This commit is contained in:
Stéphane Nicoll
2025-03-25 15:39:19 +01:00
parent 32c5d7889c
commit c1079e7d5a

View File

@@ -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}.
* <p>
* The validation and securement actions executed by this interceptor are configured via
* {@code validationActions} and {@code securementActions} properties, respectively.