class SoapServiceKey extends ServiceKey
| Modifier and Type | Field and Description |
|---|---|
(package private) java.lang.String |
binding
The WSDL binding to which this operation belongs.
|
(package private) java.lang.String |
namespace
The WSDL namespace to which this operation belongs.
|
(package private) java.lang.String |
operation
The operation name.
|
| Constructor and Description |
|---|
SoapServiceKey(java.lang.String namespace,
java.lang.String binding,
java.lang.String operation)
Create a new SOAP service key.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj)
Check if the given object is the same as this one.
|
int |
hashCode()
Calculate the key's hashcode.
|
java.lang.String |
toString()
The string representation of this key.
|
final java.lang.String namespace
final java.lang.String binding
final java.lang.String operation
public SoapServiceKey(java.lang.String namespace,
java.lang.String binding,
java.lang.String operation)
namespace - The WSDL namespace.binding - The binding name.operation - The operation name.public boolean equals(java.lang.Object obj)
equals in class ServiceKeyobj - The object to check for equality.public int hashCode()
hashCode in class ServiceKeypublic java.lang.String toString()
toString in class ServiceKey