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.
Constructor Summary |
EndpointKey(javax.xml.namespace.QName service,
javax.xml.namespace.QName endpoint)
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
EndpointKey
public EndpointKey(javax.xml.namespace.QName service,
javax.xml.namespace.QName endpoint)
getEndpoint
public javax.xml.namespace.QName getEndpoint()
getService
public javax.xml.namespace.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.