Class ServiceDescriptionImpl

java.lang.Object
org.apache.wsil.impl.extension.ExtensionElementImpl
org.apache.wsil.impl.extension.uddi.ServiceDescriptionImpl
All Implemented Interfaces:
Serializable, ExtensionElement, ServiceDescription, WSILElement

public class ServiceDescriptionImpl extends ExtensionElementImpl implements ServiceDescription
This class contains the implementation for a <wsiluddi:serviceDescription> element.
Version:
1.0
See Also:
  • Field Details

    • serviceKey

      protected org.uddi4j.util.ServiceKey serviceKey
      Service key.
    • discoveryURL

      protected org.uddi4j.util.DiscoveryURL discoveryURL
      Discovery URL
    • location

      protected String location
      location
  • Constructor Details

    • ServiceDescriptionImpl

      public ServiceDescriptionImpl()
      ServiceDescriptionImpl constructor comment.
  • Method Details