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.

...

Although usually less convenient, interceptors can be added to the bus using Java code. Given an EndpointImpl object, the
bus can be accessed (and interceptors added) as follows:

...