Searched defs:PolicyMapKey (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/policy/
H A DPolicyMapKey.java34 * This class provides implementation of PolicyMapKey interface to be used in connection with {@link PolicyMap}.
35 * Instances of the class are created by a call to one of {@link PolicyMap} <code>createWsdl<emph>XXX</emph>PolicyMapKey(...)</code>
45 final public class PolicyMapKey { class
46 private static final PolicyLogger LOGGER = PolicyLogger.getLogger(PolicyMapKey.class);
55 PolicyMapKey(final QName service, final QName port, final QName operation, final PolicyMapKeyHandler handler) { method in class:PolicyMapKey
59 PolicyMapKey(final QName service, final QName port, final QName operation, final QName faultMessage, final PolicyMapKeyHandler handler) { method in class:PolicyMapKey
71 PolicyMapKey(final PolicyMapKey that) { method in class:PolicyMapKey
113 if (that instanceof PolicyMapKey) {
114 return handler.areEqual(this, (PolicyMapKey) tha
[all...]

Completed in 28 milliseconds