我正在为 Web 服务的客户端应用程序使用 Apache CXF。我打算为此使用 JIBX 数据绑定。
当我测试我的应用程序时,我得到了以下日志。我很困惑我的应用程序是否使用日志中的 JIBX 数据绑定,因为“绑定贡献的拦截器”列表不包括与 JIBX 相关的拦截器。
我对CXF和JIBX知之甚少。请让我知道。
提前致谢。
----------------------------------
Part of Logging
........
2012. 11. 23 오후 4:49:28 org.apache.cxf.jibx.JibxDataBinding initialize
더 자세히: Initialize JiBX Databinding for [{http://server.sample.prototype.topas/}TopasPrototypeWebServiceServerService] service
........
자세히: Interceptors contributed by binding: [org.apache.cxf.interceptor.AttachmentOutInterceptor@14dd758, org.apache.cxf.interceptor.StaxOutInterceptor@174d93a, org.apache.cxf.binding.soap.interceptor.SoapHeaderOutFilterInterceptor@61a907, org.apache.cxf.interceptor.WrappedOutInterceptor@1a0225b, org.apache.cxf.interceptor.BareOutInterceptor@2f8b5a, org.apache.cxf.binding.soap.interceptor.SoapPreProtocolOutInterceptor@165c7f6, org.apache.cxf.binding.soap.interceptor.SoapOutInterceptor@12aea3e]
.........
------------------------------------