因?yàn)?/c>它們都使用JAXB參考實(shí)現(xiàn)來(lái)進(jìn)行轉(zhuǎn)換。
CXF also provides an integrated HTTP server suitable for production use in the form of the Jetty server.
CXF還以Jetty服務(wù)器的形式提供一個(gè)適合生產(chǎn)使用的集成HTTP服務(wù)器。
Apache CXF is an open source framework that provides a robust infrastructure for conveniently building and developing Web services.
ApacheCXF是一個(gè)開(kāi)放源代碼框架,提供了用于方便地構(gòu)建和開(kāi)發(fā)Web服務(wù)的可靠基礎(chǔ)架構(gòu)。
As with other JAX-WS implementations, CXF requires the service WSDL to be available to the client at run time.
與其他JAX-WS實(shí)現(xiàn)一樣,CXF需要服務(wù)WSDL在運(yùn)行時(shí)可用于客戶機(jī)。
This tutorial, the last of a three-part series, explains how to develop a File uploading web service using Apache CXF.
本教程是共三部分的系列文章的最后一篇,將描述如何使用ApacheCXF開(kāi)發(fā)一個(gè)FileuploadingWeb服務(wù)。
Like Axis2, but unlike Metro, CXF allows you to choose between different data-binding technologies.
與Axis2類似,但是不同于Metro,CXF允許選擇不同的數(shù)據(jù)綁定技術(shù)。
As mentioned in Client-side usage, the build configures CXF logging to avoid printing configuration details when running the sample client.
正如在客戶端的使用中所提到的,構(gòu)建過(guò)程會(huì)配置CXF日志記錄,以避免運(yùn)行示例客戶端時(shí)打印配置細(xì)節(jié)。
Before you can try out the sample code, you need to download and install a current version of CXF on your system (see Resources).
在運(yùn)行示例代碼之前,首先需要下載并在系統(tǒng)上安裝當(dāng)前版本的Metro(參閱參考資料)。
That's not going to be covered directly in this series of articles; you can see the CXF documentation for details.
本系列文章不直接介紹這方面內(nèi)容;您可以參閱CXF文檔了解詳細(xì)信息。
Aegis can also be used in a standalone application outside of CXF environment.
Aegis還可以在CXF環(huán)境以外的單獨(dú)應(yīng)用程序中使用。
Listing 1 shows an edited version of the same basic WSDL service definition used in " Introducing CXF. "
清單1給出“CXF簡(jiǎn)介”中使用的基本WSDL服務(wù)定義經(jīng)過(guò)編輯之后的版本。
Like Metro, CXF comes complete with support for WS-Security and other extension technologies as part of the basic download.
與Metro相同的是,CXF完全支持WS-Security和其他擴(kuò)展技術(shù),將其作為基礎(chǔ)下載的一部分。
For instance, CXF provides several ways to invoke services dynamically at runtime without generating a client from the WSDL.
例如,CXF提供了幾種在運(yùn)行時(shí)動(dòng)態(tài)調(diào)用服務(wù)的方法,無(wú)需從WSDL產(chǎn)生客戶端。
The web. xml file, shown in Listing 6, has one added line referencing the cxf-extension-addr. xml configuration.
xml文件,如清單6所示,添加了一行引用cxf-extension-addr.xml配置。
Tools support: CXF provides different tools for conversion between Java beans, Web services, and WSDL.
工具支持:CXF提供了用于在JavaBean、Web服務(wù)和WSDL之間進(jìn)行轉(zhuǎn)換的不同工具。
In Part 1 of this series, you saw how simple it is to develop a Web service using a Spring-based CXF configuration.
在本系列的第1部分,您看到了使用一個(gè)基于Spring的CXF配置開(kāi)發(fā)Web服務(wù)是多么地簡(jiǎn)單。
A CXF configuration file is actually a Spring configuration file that contains bean definitions.
CXF配置文件實(shí)際上是包含Bean定義的Spring配置文件。
The CXF server handled this correctly, but the client threw an exception while processing the response.
CXF服務(wù)器可以正確處理這種情況,但是在處理響應(yīng)時(shí)客戶端會(huì)拋出一個(gè)異常。
Similar to these other stacks, CXF uses WS-SecurityPolicy to configure WS-Security handling (though manual configuration is also possible).
與這些堆棧一樣,CXF也使用WS-SecurityPolicy配置WS-Security安全處理(也可以手工配置)。
On the client side, all you need to do is add the security run-time parameters to the cxf. xml file used on the client.
在客戶端,所要做的就是向客戶端使用的cxf.xml文件添加安全運(yùn)行時(shí)參數(shù)。
In almost every case, the problems were corrected in a new CXF release before the article was published.
在本文發(fā)布之前,幾乎每一個(gè)案例中的問(wèn)題都已經(jīng)在最新CXF版本中更正了。
This Tutorial series will describes the way of developing web service with different Web Service Engine like (Axis2, JAX-WS and CXF).
本系列教程將會(huì)講述使用不同的Web服務(wù)引擎(如Axis2、JAX-WS和CXF)開(kāi)發(fā)web服務(wù)的方法。
Although the client code is the same, there's one significant difference in the client behavior with CXF.
盡管客戶端代碼相同,不過(guò)CXF中的客戶端行為仍然有一個(gè)顯著差異。
By default, CXF prints out an obnoxious amount of logging details to the console.
默認(rèn)情況下,CXF打印大量令人不悅的日志細(xì)節(jié)并輸出到控制臺(tái)。
This tutorial series teaches the basic concepts of web services using different SOAP engines like Apache AXIS2, Apache CXF and JAX-WS.
本系列教程講述web服務(wù)的基本概念,以及使用不同的SOAP引擎(如ApacheAXIS2、ApacheCXF和JAX-WS)開(kāi)發(fā)web服務(wù)的不同方法。
In this article, you build and develop an order-processing Web service using CXF and Spring.
在本文中,您將使用CXF和Spring來(lái)構(gòu)建和開(kāi)發(fā)一個(gè)訂單處理Web服務(wù)。
As mentioned earlier, to use a policy you generally need to provide additional parameters to CXF.
正如前面提到的,要想使用策略,一般需要向CXF提供額外的參數(shù)。
I won't discuss the details of building or configuring CXF interceptors in this article.
我將不在本文中討論建立或配置CXF攔截器的具體細(xì)節(jié)。
Most of the discussion in the earlier articles also applies to using CXF.
這幾篇文章中的大部分內(nèi)容也適用于使用CXF的情況。
CXF also fails with the Listing 6 policy configuration, but without any easy workaround in the current code.
使用清單6策略配置,CXF也可能失敗,但是在目前代碼中沒(méi)有輕松的工作環(huán)境。