com.sun.xml.ws.binding
Class BindingImpl.MessageKey

java.lang.Object
  extended by com.sun.xml.ws.binding.BindingImpl.MessageKey
Enclosing class:
BindingImpl

protected static class BindingImpl.MessageKey
extends Object

Experimental: Identify messages based on the name of the message and the operation that uses this message.


Constructor Summary
BindingImpl.MessageKey(QName operationName, QName messageName)
           
 
Method Summary
 boolean equals(Object obj)
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BindingImpl.MessageKey

public BindingImpl.MessageKey(QName operationName,
                              QName messageName)
Method Detail

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

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

toString

public String toString()
Overrides:
toString in class Object


Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.