Hello, I have a question about how is actually Axis2 processing the WS-Policy? I know that Apache Neethi is used for that, defining assertion implementations and builders (which are all defined in the file org.apache.neethi.builders.AssertionBuilder), but can someone please tell what is Axis2 doing with that? Is it iterating through all builders, which were found and tests if the builder supports the assertion with getKnownElements() method of the particular builder?
Thank you in advance, Filip