org.apache.axis2.jaxws.addressing.util
Class EndpointKey
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
EndpointKey
public EndpointKey(QName service,
QName endpoint)
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.