Is there a way to find a CXF AssertionInfo object associated with a Neethi
Assertion? Normally you do the something like:

Collection<AssertionInfo> ais = AssertionInfoMap.get(QName);
for (AssertionInfo ai : ais) {
    ai.getAssertion();
    ....
}

I am interested in the opposite use-case - I have a Assertion that I have
retrieved via a parent assertion, and I want to mark the corresponding CXF
AssertionInfo as asserted. Any ideas?

Colm.


-- 
Colm O hEigeartaigh

Talend Community Coder
http://coders.talend.com

Reply via email to