Class ServiceDescriptionImpl
- java.lang.Object
-
- org.apache.wsil.impl.extension.ExtensionElementImpl
-
- org.apache.wsil.impl.extension.uddi.ServiceDescriptionImpl
-
- All Implemented Interfaces:
java.io.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:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected org.uddi4j.util.DiscoveryURL
discoveryURL
Discovery URLprotected java.lang.String
location
locationprotected org.uddi4j.util.ServiceKey
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 Constructor Description ServiceDescriptionImpl()
ServiceDescriptionImpl constructor comment.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.uddi4j.util.DiscoveryURL
createDiscoveryURL()
Create discoveryURL.org.uddi4j.util.ServiceKey
createServiceKey()
Create service key.org.uddi4j.util.DiscoveryURL
getDiscoveryURL()
Get discoveryURL.java.lang.String
getLocation()
Get location for this ServiceDescription.org.uddi4j.util.ServiceKey
getServiceKey()
Get service key.void
setDiscoveryURL(org.uddi4j.util.DiscoveryURL discoveryURL)
Set discoveryURL.void
setLocation(java.lang.String location)
Set location for this ServiceDescription.void
setServiceKey(org.uddi4j.util.ServiceKey serviceKey)
Set serviceKey.java.lang.String
toXMLString()
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
-
-
-
-
Method Detail
-
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
public java.lang.String getLocation()
Get location for this ServiceDescription.- Specified by:
getLocation
in interfaceServiceDescription
-
setLocation
public void setLocation(java.lang.String location)
Set location for this ServiceDescription.- Specified by:
setLocation
in interfaceServiceDescription
-
toXMLString
public java.lang.String toXMLString()
XML string representation of this object.- Specified by:
toXMLString
in interfaceWSILElement
- Returns:
- Returns the XML string format of this element.
-
-