FileDocCategorySizeDatePackage
PolicyMapKeyHandler.javaAPI DocExample2640Tue May 29 16:56:34 BST 2007com.sun.xml.ws.policy

PolicyMapKeyHandler

public interface PolicyMapKeyHandler
This interface defines method that is used to handle actual equality comparison and hash code generation for PolicyMapKey object.

The different implementations of this interface may allow different strategies to be applied for operations mentioned above. This feature is used within {@link WSPolicyMap} to restrict set of fields to be compared when searching different policy scope maps.

author
Marek Potociar

Fields Summary
Constructors Summary
Methods Summary
public booleanareEqual(PolicyMapKey locator1, PolicyMapKey locator2)

public intgenerateHashCode(PolicyMapKey locator)