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:

Code Block
xml
xml

  {http://schemas.xmlsoap.org/ws/2005/02/rm/policy

...

}RMAssertion

...


  {http://www.w3.org/2007/01/addressing/metadata

...

}Addressing, {http://www.w3.org/2007/01/addressing/metadata

...

}AnonymousResponses, {http://www.w3.org/2007/01/addressing/metadata

...

}NonAnonymousResponses

...


  {http://cxf.apache.org/transports/http/configuration

...

}client, \{http://cxf.apache.org/transports/http/configuration

...

}server

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

PolicyInterceptorProvider

...