cxf

cxf

 英

  • 网络信息交换格式;色彩交换格式;概述

例句

CXF checks for a configuration file in the classpath on startup and, if it finds the file, uses it to set property values.

CXF启动类路径寻找配置文件如果找到设置属性

CXF provides several ready-to-use interceptors and also allows you to add your own.

CXF提供几种随时可用拦截允许添加自己拦截

Front-end modeling: CXF provides the concept of front-end modeling, which lets you create Web services using different front-end APIs.

前端CXF提供前端概念允许使用不同前端API创建Web服务

Like the other stacks, CXF uses request and response processing flows composed of configurable components.

其他堆栈一样CXF使用可配置组件组成请求响应处理

The next Java web services installment continues with CXF, this time looking at performance.

JavaWeb服务继续讨论CXF一次讨论性能问题

And like the other stacks, CXF models service operations as method calls and service port types as interfaces.

而且其他堆栈一样CXF服务操作方法调用服务端口类型接口

Apache CXF allows you to build web service applications that are fully integrated with internal business logic.

ApacheCXF允许建立完全内部业务逻辑集成Web服务应用程序

In this article we did not use any of the cxf-dosgi API classes in our pojo service bundle.

本文没有使用pojo服务任何cxf-dosgiAPI

Just as with the other stacks, I found some CXF problems in testing for these articles.

其他一样这些文章进行测试发现一些CXF问题

These messages do not indicate any problems in the code and will probably be eliminated in later versions of CXF.

这些消息并不意味代码任何问题以后CXF版本可能不会出现

This is to be expected in the case of Metro and CXF, since they both use the JAXB reference implementation for conversions.

MetroCXF预期结果因为它们使用JAXB参考实现进行转换

CXF also provides an integrated HTTP server suitable for production use in the form of the Jetty server.

CXFJetty服务器形式提供一个适合生产使用集成HTTP服务器

Apache CXF is an open source framework that provides a robust infrastructure for conveniently building and developing Web services.

ApacheCXF一个开放代码框架提供用于方便地构建开发Web服务可靠基础架构

As with other JAX-WS implementations, CXF requires the service WSDL to be available to the client at run time.

其他JAX-WS实现一样CXF需要服务WSDL运行用于客户机

This tutorial, the last of a three-part series, explains how to develop a File uploading web service using Apache CXF.

教程部分系列文章最后描述如何使用ApacheCXF开发一个FileuploadingWeb服务

Like Axis2, but unlike Metro, CXF allows you to choose between different data-binding technologies.

Axis2类似但是不同于Metro,CXF允许选择不同数据绑定技术

As mentioned in Client-side usage, the build configures CXF logging to avoid printing configuration details when running the sample client.

正如客户端使用提到构建过程配置CXF日志记录避免运行示例客户端打印配置细节

Before you can try out the sample code, you need to download and install a current version of CXF on your system (see Resources).

运行示例代码之前首先需要下载系统安装当前版本Metro参阅参考资料)。

That's not going to be covered directly in this series of articles; you can see the CXF documentation for details.

系列文章直接介绍方面内容可以参阅CXF文档了解详细信息

Aegis can also be used in a standalone application outside of CXF environment.

Aegis可以CXF环境以外单独应用程序使用

Listing 1 shows an edited version of the same basic WSDL service definition used in " Introducing CXF. "

清单1CXF简介使用基本WSDL服务定义经过编辑之后版本

Like Metro, CXF comes complete with support for WS-Security and other extension technologies as part of the basic download.

Metro相同CXF完全支持WS-Security其他扩展技术作为基础下载一部分

For instance, CXF provides several ways to invoke services dynamically at runtime without generating a client from the WSDL.

例如CXF提供几种运行动态调用服务方法无需WSDL产生客户端

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提供用于JavaBeanWeb服务WSDL之间进行转换不同工具

In Part 1 of this series, you saw how simple it is to develop a Web service using a Spring-based CXF configuration.

系列第1部分看到使用一个基于SpringCXF配置开发Web服务多么简单

A CXF configuration file is actually a Spring configuration file that contains bean definitions.

CXF配置文件实际上包含Bean定义Spring配置文件

The CXF server handled this correctly, but the client threw an exception while processing the response.

CXF服务器可以正确处理这种情况但是处理响应客户端抛出一个异常

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文件添加安全运行参数

In almost every case, the problems were corrected in a new CXF release before the article was published.

本文发布之前几乎案例问题已经最新CXF版本更正

This Tutorial series will describes the way of developing web service with different Web Service Engine like (Axis2, JAX-WS and CXF).

系列教程讲述使用不同Web服务引擎Axis2、JAX-WSCXF开发web服务方法

Although the client code is the same, there's one significant difference in the client behavior with CXF.

尽管客户端代码相同不过CXF客户端行为仍然一个显著差异

By default, CXF prints out an obnoxious amount of logging details to the console.

默认情况CXF打印大量令人不悦日志细节输出控制台

This tutorial series teaches the basic concepts of web services using different SOAP engines like Apache AXIS2, Apache CXF and JAX-WS.

系列教程讲述web服务基本概念以及使用不同SOAP引擎ApacheAXIS2、ApacheCXFJAX-WS)开发web服务不同方法

In this article, you build and develop an order-processing Web service using CXF and Spring.

本文使用CXFSpring构建开发一个订单处理Web服务

As mentioned earlier, to use a policy you generally need to provide additional parameters to CXF.

正如前面提到使用策略一般需要CXF提供额外参数

I won't discuss the details of building or configuring CXF interceptors in this article.

不在本文讨论建立配置CXF拦截器具体细节

Most of the discussion in the earlier articles also applies to using CXF.

几篇文章大部分内容适用使用CXF情况

CXF also fails with the Listing 6 policy configuration, but without any easy workaround in the current code.

使用清单6策略配置CXF可能失败但是目前代码没有轻松工作环境