Package com.sun.xml.ws.policy
Class PolicyMapKey
- java.lang.Object
-
- com.sun.xml.ws.policy.PolicyMapKey
-
public final class PolicyMapKey extends Object
This class provides implementation of PolicyMapKey interface to be used in connection withPolicyMap. Instances of the class are created by a call to one ofPolicyMapcreateWsdlXXXPolicyMapKey(...)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 aget...call onPolicyMap, before the actual scope map search is performed.- Author:
- Marek Potociar (marek.potociar at sun.com), Fabian Ritzmann
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object that)QNamegetFaultMessage()QNamegetOperation()QNamegetPort()QNamegetService()inthashCode()StringtoString()
-