Skip to content

Commit 9c726cf

Browse files
Andrei Amarieigregturn
authored andcommitted
SWS-400 - Allow overriding handleRequest(...) in AbstractLoggingInterceptor
1 parent 0fc3119 commit 9c726cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-ws-core/src/main/java/org/springframework/ws/server/endpoint/AbstractLoggingInterceptor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ public void setLoggerName(String loggerName) {
8585
* @throws TransformerException when the payload cannot be transformed to a string
8686
*/
8787
@Override
88-
public final boolean handleRequest(MessageContext messageContext, Object endpoint) throws TransformerException {
88+
public boolean handleRequest(MessageContext messageContext, Object endpoint) throws TransformerException {
8989
if (logRequest && isLogEnabled()) {
9090
logMessageSource("Request: ", getSource(messageContext.getRequest()));
9191
}

0 commit comments

Comments
 (0)