gpt4 book ai didi

java - 如何在客户端使用 cxf 记录 soap 请求响应时间?

转载 作者:行者123 更新时间:2023-11-30 11:03:29 28 4
gpt4 key购买 nike

我正在使用 cxfsoap 网络服务上构建客户端。是否有任何cxf拦截器功能可以自动测量和记录web服务响应时间?

我已经在使用 org.apache.cxf.interceptor.LoggingInInterceptorLoggingOutInterceptor 来记录 xml 内容本身。

最佳答案

CXF 有一些很棒的开箱即用功能,可以帮助监控响应时间。为此,需要启用 JMX。

引用:http://cxf.apache.org/docs/jmx-management.html

管理 api 是 cxf-rt-management.jar 的一部分。可以针对需要监视的目标端点启用这些功能:

org.apache.cxf.management.interceptor.ResponseTimeFeature

这将使用以下拦截器:

  • org.apache.cxf.management.interceptor.ResponseTimeMessageInInterceptor
  • org.apache.cxf.management.interceptor.ResponseTimeMessageOutInterceptor

关于java - 如何在客户端使用 cxf 记录 soap 请求响应时间?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30376599/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com