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.