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
This class contains the implementation for a
<wsiluddi:serviceDescription> element.
- Version:
- 1.0
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected org.uddi4j.util.DiscoveryURL
Discovery URLprotected String
locationprotected org.uddi4j.util.ServiceKey
Service key.Fields inherited from class org.apache.wsil.impl.extension.ExtensionElementImpl
qname
Fields inherited from interface org.apache.wsil.extension.uddi.ServiceDescription
DISCOVERY_URL_ELEM_NAME, DISCOVERY_URL_QNAME, DISCOVERY_URL_QNAME_V2, ELEM_NAME, QNAME, QNAME_V2, SERVICE_KEY_ELEM_NAME, SERVICE_KEY_QNAME, SERVICE_KEY_QNAME_V2
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.uddi4j.util.DiscoveryURL
Create discoveryURL.org.uddi4j.util.ServiceKey
Create service key.org.uddi4j.util.DiscoveryURL
Get discoveryURL.Get location for this ServiceDescription.org.uddi4j.util.ServiceKey
Get service key.void
setDiscoveryURL
(org.uddi4j.util.DiscoveryURL discoveryURL) Set discoveryURL.void
setLocation
(String location) Set location for this ServiceDescription.void
setServiceKey
(org.uddi4j.util.ServiceKey serviceKey) Set serviceKey.XML string representation of this object.Methods inherited from class org.apache.wsil.impl.extension.ExtensionElementImpl
getQName, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.apache.wsil.extension.ExtensionElement
getQName
-
Field Details
-
serviceKey
protected org.uddi4j.util.ServiceKey serviceKeyService key. -
discoveryURL
protected org.uddi4j.util.DiscoveryURL discoveryURLDiscovery URL -
location
location
-
-
Constructor Details
-
ServiceDescriptionImpl
public ServiceDescriptionImpl()ServiceDescriptionImpl constructor comment.
-
-
Method Details
-
createServiceKey
public org.uddi4j.util.ServiceKey createServiceKey()Create service key.- Specified by:
createServiceKey
in interfaceServiceDescription
-
setServiceKey
public void setServiceKey(org.uddi4j.util.ServiceKey serviceKey) Set serviceKey.- Specified by:
setServiceKey
in interfaceServiceDescription
-
getServiceKey
public org.uddi4j.util.ServiceKey getServiceKey()Get service key.- Specified by:
getServiceKey
in interfaceServiceDescription
-
createDiscoveryURL
public org.uddi4j.util.DiscoveryURL createDiscoveryURL()Create discoveryURL.- Specified by:
createDiscoveryURL
in interfaceServiceDescription
-
setDiscoveryURL
public void setDiscoveryURL(org.uddi4j.util.DiscoveryURL discoveryURL) Set discoveryURL.- Specified by:
setDiscoveryURL
in interfaceServiceDescription
-
getDiscoveryURL
public org.uddi4j.util.DiscoveryURL getDiscoveryURL()Get discoveryURL.- Specified by:
getDiscoveryURL
in interfaceServiceDescription
-
getLocation
Get location for this ServiceDescription.- Specified by:
getLocation
in interfaceServiceDescription
-
setLocation
Set location for this ServiceDescription.- Specified by:
setLocation
in interfaceServiceDescription
-
toXMLString
XML string representation of this object.- Specified by:
toXMLString
in interfaceWSILElement
- Returns:
- Returns the XML string format of this element.
-