You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commons-dev@ws.apache.org by "Konrad K (JIRA)" <ji...@apache.org> on 2009/06/13 11:59:07 UTC

[jira] Created: (WSCOMMONS-476) An alternative constructor for AbstractPolicyOperators for convenience

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.