org.apache.axis2.jaxws.description
Class DescriptionKey
java.lang.Object
org.apache.axis2.jaxws.description.DescriptionKey
public class DescriptionKey
- extends Object
DescriptionKey
public DescriptionKey(QName serviceName,
URL wsdlUrl,
Class serviceClass,
ConfigurationContext configContext,
String serviceRefName)
equals
public boolean equals(Object o)
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
getConfigContext
public ConfigurationContext getConfigContext()
setConfigContext
public void setConfigContext(ConfigurationContext configContext)
getServiceName
public QName getServiceName()
setServiceName
public void setServiceName(QName serviceName)
getWsdlUrl
public URL getWsdlUrl()
setWsdlUrl
public void setWsdlUrl(URL wsdlUrl)
getServiceClass
public Class getServiceClass()
setServiceClass
public void setServiceClass(Class serviceClass)
printKey
public String printKey()
Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.