Versions Compared

Key

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

...

The configurable properties of the bus are defined in the bus configuration schema http://cxf.apache.org/schemas/core.xsd.
Be sure to include the namespace - URI pair for this schema in the schemaLocation attribute of the <beans> element.

The <bus> elements element supports the following child elements:

Name

Value

inInterceptors

The interceptors contributed to inbound message interceptor chains. A list of <bean>s or <ref>s.

inFaultInterceptors

The interceptors contributed to inbound fault interceptor chains. A list of <bean>s or <ref>s.

outInterceptors

The interceptors contributed to outbound message interceptor chains. A list of <bean>s or <ref>s.

outFaultInterceptors

The interceptors contributed to outbound fault interceptor chains. A list of <bean>s or <ref>s.

features

The features applied to the bus. A list of <bean>s or <ref>s.

Extending the Bus

TODO: Explain how to add a custom bus extension (META-INF/cxf/cxf.extension ...).