Versions Compared

Key

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

...

AssertionBuilder implementations are loaded dynamically and register themselves with the AssertionBuilderRegistry, which is available as a Bus extension. Currently, CXF supports AssertionBuilder and Assertion implementations for the following assertion types:

...

...

...

...

...

...

...


  • They are all based on generic Assertion implementations (PrimitiveAssertion, NestedPrimitiveAssertion, JaxbAssertion) that developers can parameterize or extend when developing their own assertions.

PolicyInterceptorProvider

...