org.apache.axis2.jaxws.description
Class DescriptionKey

java.lang.Object
  extended by org.apache.axis2.jaxws.description.DescriptionKey

public class DescriptionKey
extends Object


Constructor Summary
DescriptionKey(QName serviceName, URL wsdlUrl, Class serviceClass, ConfigurationContext configContext, String serviceRefName)
           
 
Method Summary
 boolean equals(Object o)
           
 ConfigurationContext getConfigContext()
           
 Class getServiceClass()
           
 QName getServiceName()
           
 URL getWsdlUrl()
           
 int hashCode()
           
 String printKey()
           
 void setConfigContext(ConfigurationContext configContext)
           
 void setServiceClass(Class serviceClass)
           
 void setServiceName(QName serviceName)
           
 void setWsdlUrl(URL wsdlUrl)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DescriptionKey

public DescriptionKey(QName serviceName,
                      URL wsdlUrl,
                      Class serviceClass,
                      ConfigurationContext configContext,
                      String serviceRefName)
Method Detail

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.