com.sun.xml.ws.policy
Class PolicyMapKey

java.lang.Object
  extended by com.sun.xml.ws.policy.PolicyMapKey

public final class PolicyMapKey
extends Object

This class provides implementation of PolicyMapKey interface to be used in connection with 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 (marek.potociar at sun.com), Fabian Ritzmann

Method Summary
 boolean equals(Object that)
           
 QName getFaultMessage()
           
 QName getOperation()
           
 QName getPort()
           
 QName getService()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

getOperation

public QName getOperation()

getPort

public QName getPort()

getService

public QName getService()

getFaultMessage

public QName getFaultMessage()

equals

public boolean equals(Object that)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.