org.apache.axis2.jaxws.addressing.util
Class EndpointKey
java.lang.Object
org.apache.axis2.jaxws.addressing.util.EndpointKey
public class EndpointKey
- extends Object
This class is used to identify a particular web service endpoint based on
the combination of WSDL service name and port name.
EndpointKey
public EndpointKey(QName service,
QName endpoint)
getEndpoint
public QName getEndpoint()
getService
public QName getService()
equals
public boolean equals(Object obj)
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.