After reading this article, you can apply the concepts and features of CXF to build and develop a Web service. 阅读本文之后,您将能够应用CXF的概念和功能来构建和开发Web服务。
Although the client code is the same, there's one significant difference in the client behavior with CXF. 尽管客户端代码相同,不过CXF中的客户端行为仍然有一个显著差异。
The next Java web services installment continues with CXF, this time looking at performance. JavaWeb服务的下一期继续讨论CXF,这一次讨论性能问题。
Aegis can also be used in a standalone application outside of CXF environment. Aegis还可以在CXF环境以外的单独应用程序中使用。
Apache CXF allows you to build web service applications that are fully integrated with internal business logic. ApacheCXF允许您建立完全与内部业务逻辑集成的Web服务应用程序。
CXF provides support of MTOM with XOP implementation. CXF通过XOP实现提供MTOM支持。
And like the other stacks, CXF models service operations as method calls and service port types as interfaces. 而且与其他堆栈一样,CXF将服务操作建模为方法调用,而将服务端口类型建模为接口。
The server is represented by ServerFactoryBean class that is part of CXF's simple frontend API. 服务器由ServerFactoryBean类代表,该类是CXF的简易前端API的一部分。
In almost every case, the problems were corrected in a new CXF release before the article was published. 在本文发布之前,几乎每一个案例中的问题都已经在最新CXF版本中更正了。
The CXF server handled this correctly, but the client threw an exception while processing the response. CXF服务器可以正确处理这种情况,但是在处理响应时客户端会抛出一个异常。
CXF provides several ready-to-use interceptors and also allows you to add your own. CXF提供几种随时可用的拦截器并允许您添加您自己的拦截器。
It lets you use the functionality of Apache CXF in a ServiceMix application. 它使得您可以在ServiceMix应用程序中使用ApacheCXF的功能。
CXF also provides an integrated HTTP server suitable for production use in the form of the Jetty server. CXF还以Jetty服务器的形式提供一个适合生产使用的集成HTTP服务器。
Finally you create web. xml, which loads the CXF configuration file. 最后创建web.xml,加载此CXF配置文件。
Testing the example code for this article showed one bug in CXF, which is being fixed. 测试本文的示例代码时发现了CXF中的一个bug,这个bug正在纠正。
Just as with the other stacks, I found some CXF problems in testing for these articles. 和其他栈一样,我在对这些文章进行测试时,也发现了一些CXF问题。
CXF is an open source Web service framework that provides a simple API to conveniently build and develop a Web service. CXF是一个开源Web服务框架,提供了一个简单的API来方便地构建和开发Web服务。
Most of the discussion in the earlier articles also applies to using CXF. 这几篇文章中的大部分内容也适用于使用CXF的情况。
Only the CXF version is different. 只有CXF版本不一样。
This is to be expected in the case of Metro and CXF, since they both use the JAXB reference implementation for conversions. 这是Metro和CXF的预期结果,因为它们都使用JAXB参考实现来进行转换。
In every form of message-level security handling it creates much more processing overhead than either Metro or CXF. 就每个消息级别安全性处理而言,它比Metro或CXF需要更多的处理开销。
You learned about Spring integration with CXF using a bean context file. 您了解了使用Bean上下文文件的Spring与CXF的集成。
Using CXF, now you can make this an actual service component using a JAX-WS front end. 使用CXF,现在您可以使用JAX-WS前端使其成为实际的服务组件。
These test times reflect a noticeable performance improvement for CXF between versions 2.1.6 and 2.1.7. 这些测试结果反映了CXF在版本2.1.6和2.1.7之间的性能得到显著改善。
I won't discuss the details of building or configuring CXF interceptors in this article. 我将不在本文中讨论建立或配置CXF拦截器的具体细节。
Like the other stacks, CXF uses request and response processing flows composed of configurable components. 同其他堆栈一样,CXF使用由可配置组件组成的请求和响应处理流。
Tools support: CXF provides different tools for conversion between Java beans, Web services, and WSDL. 工具支持:CXF提供了用于在JavaBean、Web服务和WSDL之间进行转换的不同工具。
I don't see the need/ reason for all the extra CXF-specific XML within a Spring XML file. 我不明白为什么所有额外的CXF专用XML都被放在一个SpringXML文档里。
CXF is an industrial strength Web Services framework. CXF是一个工业强度的Web服务框架。
You can reconfigure CXF easily without mucking with XML. 你可以很容易的重新配置CXF,无需操心XML。