org.apache.axis2.jaxws.description
Class DescriptionKey
java.lang.Object
org.apache.axis2.jaxws.description.DescriptionKey
public class DescriptionKey
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
DescriptionKey
public DescriptionKey(QName serviceName,
java.net.URL wsdlUrl,
java.lang.Class serviceClass,
ConfigurationContext configContext)
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
getConfigContext
public ConfigurationContext getConfigContext()
setConfigContext
public void setConfigContext(ConfigurationContext configContext)
getServiceName
public QName getServiceName()
setServiceName
public void setServiceName(QName serviceName)
getWsdlUrl
public java.net.URL getWsdlUrl()
setWsdlUrl
public void setWsdlUrl(java.net.URL wsdlUrl)
getServiceClass
public java.lang.Class getServiceClass()
setServiceClass
public void setServiceClass(java.lang.Class serviceClass)
printKey
public java.lang.String printKey()
Copyright © 2007 Apache Web Services Project. All Rights Reserved.