Class DescriptionKey

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

public class DescriptionKey extends Object
  • Constructor Details

    • DescriptionKey

      public DescriptionKey(QName serviceName, URL wsdlUrl, Class serviceClass, org.apache.axis2.context.ConfigurationContext configContext, String serviceRefName)
  • Method Details

    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • getConfigContext

      public org.apache.axis2.context.ConfigurationContext getConfigContext()
    • setConfigContext

      public void setConfigContext(org.apache.axis2.context.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()