Skip to content

Commit

Permalink
[feature] adding service call endpoint n log handler.
Browse files Browse the repository at this point in the history
  • Loading branch information
ebrahimiar committed Dec 2, 2024
1 parent 9e95dbf commit d3222cb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
public class LogHandler implements SOAPHandler<SOAPMessageContext> {
private static final Logger logger = LoggerFactory.getLogger(LogHandler.class);
private static final ObjectMapper mapper = new ObjectMapper();
public static final String ENDPOINT_KEY = "jakarta.xml.ws.service.endpoint.address";
private static final String ENDPOINT_KEY = "jakarta.xml.ws.service.endpoint.address";
private Set<String> securedParameterNames;
ThreadLocal<Long> startTimeMillis = new ThreadLocal<>();

Expand Down

0 comments on commit d3222cb

Please sign in to comment.