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.
-
-
Constructor Summary
Constructors Constructor Description EndpointKey(QName service, QName endpoint)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
QName
getEndpoint()
QName
getService()
int
hashCode()
String
toString()
-