Package com.sun.xml.ws.policy
Class PolicyMapKey
java.lang.Object
com.sun.xml.ws.policy.PolicyMapKey
This class provides implementation of PolicyMapKey interface to be used in connection with
The class wraps scope information and adds a package setter method to allow injection of actual equality comparator/tester. This injection is made within a
PolicyMap.
Instances of the class are created by a call to one of PolicyMap createWsdlXXXPolicyMapKey(...)
methods.
The class wraps scope information and adds a package setter method to allow injection of actual equality comparator/tester. This injection is made within a
get... call on PolicyMap, before the actual scope map search is performed.- Author:
- Marek Potociar, Fabian Ritzmann