org.apache.axis2.jaxws.addressing.util
Class EndpointKey

java.lang.Object
  extended by org.apache.axis2.jaxws.addressing.util.EndpointKey

public class EndpointKey
extends java.lang.Object

This class is used to identify a particular web service endpoint based on the combination of WSDL service name and port name.


Constructor Summary
EndpointKey(QName service, QName endpoint)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 QName getEndpoint()
           
 QName getService()
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EndpointKey

public EndpointKey(QName service,
                   QName endpoint)
Method Detail

getEndpoint

public QName getEndpoint()

getService

public QName getService()

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2007 Apache Web Services Project. All Rights Reserved.