Awesome, thanx! Stephen W. Chappell
From: Colm O hEigeartaigh [mailto:[email protected]] Sent: Thursday, June 11, 2015 9:03 AM To: [email protected] Subject: Re: fetchAllActionResults is missing Hi Stephen, The method was removed, as there is now a more convenient way of getting access to results, that doesn't require looping through the complete set of security results. The WSSecurityEngine now returns a WSHandlerResult class, which contains all of the security results. Now if you want to get all encryption results say, you just do: results.getActionResults().get(WSConstants.ENCR); This results List<WSSecurityEngineResult> (may be null). Colm. On Wed, Jun 10, 2015 at 3:24 PM, <[email protected]<mailto:[email protected]>> wrote: org.apache.wss4j.dom.util.WSSecurityUtil used to have a method called fetchAllActionResults, but it looks like it was dropped in 2.1. Was it moved somewhere else? I didn’t see anything in the migration guide or in the jira about it. I can always recreate it locally but that’d be a little inconvenient. Thanx, Stephen W. Chappell -- Colm O hEigeartaigh Talend Community Coder http://coders.talend.com
