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.DiscoveryURLDiscovery URLprotected Stringlocationprotected org.uddi4j.util.ServiceKeyService key.Fields inherited from class org.apache.wsil.impl.extension.ExtensionElementImpl
qnameFields 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.DiscoveryURLCreate discoveryURL.org.uddi4j.util.ServiceKeyCreate service key.org.uddi4j.util.DiscoveryURLGet discoveryURL.Get location for this ServiceDescription.org.uddi4j.util.ServiceKeyGet service key.voidsetDiscoveryURL(org.uddi4j.util.DiscoveryURL discoveryURL) Set discoveryURL.voidsetLocation(String location) Set location for this ServiceDescription.voidsetServiceKey(org.uddi4j.util.ServiceKey serviceKey) Set serviceKey.XML string representation of this object.Methods inherited from class org.apache.wsil.impl.extension.ExtensionElementImpl
getQName, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods 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:
createServiceKeyin interfaceServiceDescription
-
setServiceKey
public void setServiceKey(org.uddi4j.util.ServiceKey serviceKey) Set serviceKey.- Specified by:
setServiceKeyin interfaceServiceDescription
-
getServiceKey
public org.uddi4j.util.ServiceKey getServiceKey()Get service key.- Specified by:
getServiceKeyin interfaceServiceDescription
-
createDiscoveryURL
public org.uddi4j.util.DiscoveryURL createDiscoveryURL()Create discoveryURL.- Specified by:
createDiscoveryURLin interfaceServiceDescription
-
setDiscoveryURL
public void setDiscoveryURL(org.uddi4j.util.DiscoveryURL discoveryURL) Set discoveryURL.- Specified by:
setDiscoveryURLin interfaceServiceDescription
-
getDiscoveryURL
public org.uddi4j.util.DiscoveryURL getDiscoveryURL()Get discoveryURL.- Specified by:
getDiscoveryURLin interfaceServiceDescription
-
getLocation
Get location for this ServiceDescription.- Specified by:
getLocationin interfaceServiceDescription
-
setLocation
Set location for this ServiceDescription.- Specified by:
setLocationin interfaceServiceDescription
-
toXMLString
XML string representation of this object.- Specified by:
toXMLStringin interfaceWSILElement- Returns:
- Returns the XML string format of this element.
-