An alternative constructor for AbstractPolicyOperators for convenience ----------------------------------------------------------------------
Key: WSCOMMONS-476 URL: https://issues.apache.org/jira/browse/WSCOMMONS-476 Project: WS-Commons Issue Type: Improvement Components: Policy Reporter: Konrad K A typical situation is the following Policy policy = new Policy() ExactlyOne exactlyOne = new ExactlyOne() policy.add(exactlyOne) it would be nice to have an alternative constructor, which has a parent parameter... new ExactlyOne(policy) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.