org.apache.axis2.jaxws.description
Class DescriptionKey

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

public class DescriptionKey
extends java.lang.Object


Constructor Summary
DescriptionKey(QName serviceName, java.net.URL wsdlUrl, java.lang.Class serviceClass, ConfigurationContext configContext)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 ConfigurationContext getConfigContext()
           
 java.lang.Class getServiceClass()
           
 QName getServiceName()
           
 java.net.URL getWsdlUrl()
           
 int hashCode()
           
 java.lang.String printKey()
           
 void setConfigContext(ConfigurationContext configContext)
           
 void setServiceClass(java.lang.Class serviceClass)
           
 void setServiceName(QName serviceName)
           
 void setWsdlUrl(java.net.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,
                      java.net.URL wsdlUrl,
                      java.lang.Class serviceClass,
                      ConfigurationContext configContext)
Method Detail

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.