Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

...

The following elements can appear as child elements of the features element in the http://org.apache.cxf/coreImage Removed, http://org.apache.cxf/jaxwsImage Removed and http://org.apache.cxf/jaxrsImage Removed namespaces:

Name

Namespace

Description

Implementation Class

Module

logging

http://cxf.apache.org/coreImage Removed

Enables to log the content of outbound and inbound messages and faults.

org.apache.cxf.feature.LoggingFeature

cxf-core

failover

http://cxf.apache.org/clusteringImage Removed

Feature that allows clients to failover from the initial target endpoint to another, compatible endpoint for the target service.

org.apache.cxf.clustering.FailoverFeature

cxf-core

load distributor

http://cxf.apache.org/clusteringImage Removed

Failover Feature extension that allows clients to distribute their calls

org.apache.cxf.clustering.LoadDistributorFeature

cxf-core

bean

...

Turns on use of FastInfoset to encode messages. The default is to negotiate the use of FastInfoset with the server as part of the first message, but a "force=true" property can force it, even on the first message.

org.apache.cxf.feature.FastInfosetFeature

cxf-core

bean

...

Allows the use of gzip to compress the messages on the wire. The default is to negotiate the use of FastInfoset with the server as part of the first message, but a "force=true" property can force it, even on the first message.

org.apache.cxf.transport.http.gzip.GZIPFeature

cxf-core

enableColoc

http://cxf.apache.org/binding/colocImage Removed

...

org.apache.cxf.binding.coloc.feature.ColocFeature

cxf-rt-bindings-coloc

bean

http://springframework.orgImage Removed

...

org.apache.cxf.databinding.stax.StaxDataBindingFeature

cxf-core

bean

http://springframework.orgImage Removed

...

org.apache.cxf.management.interceptor.ResponseTimeFeature

cxt-rt-management

addressing

http://cxf.apache.org/ws/addressingImage Removed

Enables and controls the use of WS-Addressing.

org.apache.cxf.ws.addressing.WSAddressingFeature

cxf-rt-ws-addr

policies

http://cxf.apache.org/policy-configImage Removed

Enables and controls the use of the WS-Policy Framework. Also serves as an attachment point for Policy and PolicyReference elements.

org.apache.cxf.ws.policy.WSPolicyFeature

cxf-rt-ws-policy

reliableMessaging

http://cxf.apache.org/ws/rm/managerImage Removed

Enables and controls the use of WS-RM.

org.apache.cxf.ws.rm.feature.RMFeature

cxf-rt-ws-rm

Stax transform

...

Lightweight inbound and/or outbound transformations.

org.apache.cxf.feature.StaxTransformFeature

cxf-core

XSLT transform

...

XSLT based inbound and/or outbound transformations.

org.apache.cxf.feature.transform.XSLTFeature

cxf-core

Bean Validation

...

Bean Validation 1.1 support

org.apache.cxf.validation.BeanValidationFeature

cxf-core

Where the namespace is http://springframework.orgImage Removed and the element name is bean, the child element must be a bean or a reference to a bean of the specified implementation class. In the case of custom beans (namespaces other than http://springframework.orgImage Removed) you need not specify or be aware of the implementation class.

...