Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Name

Value

cxf:inInterceptors

The incoming interceptors for this endpoint. A list of <bean>s or <ref>s.

cxf:inFaultInterceptors

The incoming fault interceptors for this endpoint. A list of <bean>s or <ref>s.

cxf:outInterceptors

The outgoing interceptors for this endpoint. A list of <bean>s or <ref>s.

cxf:outFaultInterceptors

The outgoing fault interceptors for this endpoint. A list of <bean>s or <ref>s.

cxf:properties

A properties map which should be supplied to the JAX-WS endpoint. See below.

cxf:dataBinding

You can specify the which DataBinding will be use in the endpoint , This can be supplied using the Spring <bean class="MyDataBinding"/> syntax.

cxf:binding

You can specify the BindingFactory for this endpoint to use. This can be supplied using the Spring <bean class="MyBindingFactory"/> syntax.

cxf:features

The features that hold the interceptors for this endpoint. A list of <bean>s or <ref>s

cxf:schemaLocations

The schema locations for endpoint to use. A list of <schemaLocation>s

cxf:serviceFactory

The service factory for this endpoint to use. This can be supplied using the Spring <bean class="MyServiceFactory"/> syntax

Here is a You can find more advanced example which shows how to provide interceptors and properties here: http://cwiki.apache.org/CXF20DOC/jax-ws-configuration.html

...